![]() |
My Project
|
#include "omalloc/omConfig.h"Go to the source code of this file.
Macros | |
| #define | omSizeWOfLargeAddr(addr) |
| #define | omVallocFromSystem(size) |
Functions | |
| size_t | omSizeOfAddr (const void *addr) |
| size_t | omSizeWOfAddr (void *addr) |
| size_t | omSizeOfLargeAddr (void *addr) |
| void * | omAllocFromSystem (size_t size) |
| void * | omReallocFromSystem (void *addr, size_t newsize) |
| void | omFreeToSystem (void *addr) |
| void * | omReallocSizeFromSystem (void *addr, size_t oldsize, size_t newsize) |
| void | omFreeSizeToSystem (void *addr, size_t size) |
| void * | _omVallocFromSystem (size_t size, int fail) |
| void | omVfreeToSystem (void *page, size_t size) |
| void * | omAllocLarge (size_t size) |
| void * | omReallocLarge (void *old_addr, size_t new_size) |
| void | omFreeLarge (void *addr) |
| void * | omRealloc0Large (void *old_addr, size_t new_size) |
| void * | omAlloc0Large (size_t size) |
| #define omSizeWOfLargeAddr | ( | addr | ) |
Definition at line 19 of file omAllocSystem.h.
| #define omVallocFromSystem | ( | size | ) |
Definition at line 28 of file omAllocSystem.h.
| void * _omVallocFromSystem | ( | size_t | size, |
| int | fail ) |
Definition at line 318 of file omAllocSystem.c.
| void * omAlloc0Large | ( | size_t | size | ) |
Definition at line 82 of file omAllocSystem.c.
| void * omAllocFromSystem | ( | size_t | size | ) |
Definition at line 194 of file omAllocSystem.c.
| void * omAllocLarge | ( | size_t | size | ) |
Definition at line 48 of file omAllocSystem.c.
| void omFreeLarge | ( | void * | addr | ) |
Definition at line 73 of file omAllocSystem.c.
| void omFreeSizeToSystem | ( | void * | addr, |
| size_t | size ) |
Definition at line 311 of file omAllocSystem.c.
| void omFreeToSystem | ( | void * | addr | ) |
Definition at line 306 of file omAllocSystem.c.
| void * omRealloc0Large | ( | void * | old_addr, |
| size_t | new_size ) |
Definition at line 89 of file omAllocSystem.c.
| void * omReallocFromSystem | ( | void * | addr, |
| size_t | newsize ) |
Definition at line 245 of file omAllocSystem.c.
| void * omReallocLarge | ( | void * | old_addr, |
| size_t | new_size ) |
Definition at line 57 of file omAllocSystem.c.
| void * omReallocSizeFromSystem | ( | void * | addr, |
| size_t | oldsize, | ||
| size_t | newsize ) |
Definition at line 250 of file omAllocSystem.c.
| size_t omSizeOfAddr | ( | const void * | addr | ) |
Definition at line 110 of file omAllocSystem.c.
| size_t omSizeOfLargeAddr | ( | void * | addr | ) |
Definition at line 105 of file omAllocSystem.c.
| size_t omSizeWOfAddr | ( | void * | addr | ) |
Definition at line 123 of file omAllocSystem.c.
| void omVfreeToSystem | ( | void * | page, |
| size_t | size ) |
Definition at line 368 of file omAllocSystem.c.