|
ReactOS 0.4.16-dev-1946-g52006dd
|

Classes | |
| struct | Block |
Public Types | |
| enum | { kBlockCount = 1500 , kMinBlockSize = 48 } |
Static Public Member Functions | |
| static void * | Allocate (size_t s) |
| static bool | Free (void *p) |
Static Public Attributes | |
| static Block * | mBlocks |
| static Block * | mFree |
| static size_t | mUsed |
Friends | |
| struct | Block |
Definition at line 112 of file nc_alloc.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| kBlockCount | |
| kMinBlockSize | |
Definition at line 142 of file nc_alloc.cpp.
Definition at line 115 of file nc_alloc.cpp.
Referenced by AllocateBlock().
Definition at line 130 of file nc_alloc.cpp.
Referenced by operator delete().
Definition at line 140 of file nc_alloc.cpp.
|
static |
Definition at line 159 of file nc_alloc.cpp.
Referenced by Allocate(), and Free().
|
static |
Definition at line 160 of file nc_alloc.cpp.
Referenced by Allocate(), and Free().
|
static |
Definition at line 161 of file nc_alloc.cpp.
Referenced by Allocate().