![]() |
My Project
|
Go to the source code of this file.
Macros | |
| #define | OM_ALLOC_C |
| #define | DO_ZERO(flag) flag |
Functions | |
| static omBinPage | omAllocNewBinPage (omBin bin) |
| OM_INLINE_LOCAL void | omTakeOutBinPage (omBinPage page, omBin bin) |
| OM_INLINE_LOCAL void | omInsertBinPage (omBinPage after, omBinPage page, omBin bin) |
| void * | omAllocBinFromFullPage (omBin bin) |
| void | omFreeToPageFault (omBinPage page, void *addr) |
| void * | omDoRealloc (void *old_addr, size_t new_size, int flag) |
Variables | |
| omBinPage_t | om_ZeroPage [] = {{0, NULL, NULL, NULL, NULL}} |
| omSpecBin | om_SpecBin = NULL |
| #define DO_ZERO | ( | flag | ) | flag |
Definition at line 226 of file om_Alloc.c.
| #define OM_ALLOC_C |
Definition at line 8 of file om_Alloc.c.
Definition at line 119 of file om_Alloc.c.
Definition at line 32 of file om_Alloc.c.
Definition at line 229 of file om_Alloc.c.
Definition at line 167 of file om_Alloc.c.
| OM_INLINE_LOCAL void omInsertBinPage | ( | omBinPage | after, |
| omBinPage | page, | ||
| omBin | bin | ||
| ) |
Definition at line 90 of file om_Alloc.c.
| OM_INLINE_LOCAL void omTakeOutBinPage | ( | omBinPage | page, |
| omBin | bin | ||
| ) |
Definition at line 59 of file om_Alloc.c.
Definition at line 20 of file om_Alloc.c.