ReactOS 0.4.16-dev-1142-g8029339
|
Static Public Member Functions | |
static void * | _M_allocate (size_t &__n) |
static void | _M_deallocate (void *__p, size_t __n) |
Private Types | |
typedef _Node_alloc_obj | _Obj |
typedef _Obj *_STLP_VOLATILE | _Freelist |
typedef _Obj * | _ChunkList |
Static Private Member Functions | |
static size_t _STLP_CALL | _S_round_up (size_t __bytes) |
static _Obj * | _S_refill (size_t __n) |
static char * | _S_chunk_alloc (size_t __p_size, int &__nobjs) |
Static Private Attributes | |
static _Freelist | _S_free_list [_STLP_NFREELISTS] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} |
static size_t | _S_heap_size = 0 |
static char * | _S_start_free = 0 |
static char * | _S_end_free = 0 |
Definition at line 246 of file allocators.cpp.
|
private |
Definition at line 263 of file allocators.cpp.
|
private |
Definition at line 262 of file allocators.cpp.
|
private |
Definition at line 261 of file allocators.cpp.
Definition at line 318 of file allocators.cpp.
Referenced by __node_alloc::_M_allocate().
Definition at line 340 of file allocators.cpp.
Referenced by __node_alloc::_M_deallocate().
Definition at line 365 of file allocators.cpp.
Referenced by _S_chunk_alloc(), and _S_refill().
|
staticprivate |
Definition at line 434 of file allocators.cpp.
Referenced by _M_allocate().
|
inlinestaticprivate |
Definition at line 247 of file allocators.cpp.
Referenced by _M_allocate(), and _S_chunk_alloc().
|
staticprivate |
Definition at line 288 of file allocators.cpp.
Referenced by _S_chunk_alloc().
|
staticprivate |
Definition at line 273 of file allocators.cpp.
Referenced by _M_allocate(), _M_deallocate(), _S_chunk_alloc(), and _S_refill().
|
staticprivate |
Definition at line 278 of file allocators.cpp.
Referenced by _S_chunk_alloc().
|
staticprivate |
Definition at line 286 of file allocators.cpp.
Referenced by _S_chunk_alloc().