STLdoc
STLdocumentation
|
Namespaces | |
stdext | |
stdext::threads | |
stdext::allocators | |
Macros | |
#define | _ALLOCATORS_ |
#define | _ALLOCATORS_NO_REBIND 0 |
#define | _HAS_ALLOCATORS_IN_STD 0 |
#define | SYNC_DEFAULT stdext::allocators::sync_shared |
#define | _ALLOCATOR_VOID(name) |
#define | _ALLOCATOR_BODY(name) |
#define | _ALLOCATOR_REBIND(name) |
#define | _ALLOCATOR_DECL(cache, sync, name) |
#define | CACHE_FREELIST(max) stdext::allocators::cache_freelist<sizeof (_Ty), max > |
#define | CACHE_SUBALLOC stdext::allocators::cache_suballoc<sizeof (_Ty)> |
#define | CACHE_CHUNKLIST stdext::allocators::cache_chunklist<sizeof (_Ty)> |
Variables | |
const int | stdext::allocators::_WIDTH = 8 |
const int | stdext::allocators::_COUNT = 16 |
#define _ALLOCATOR_BODY | ( | name | ) |
#define _ALLOCATOR_DECL | ( | cache, | |
sync, | |||
name | |||
) |
#define _ALLOCATOR_REBIND | ( | name | ) |
#define _ALLOCATOR_VOID | ( | name | ) |
#define _ALLOCATORS_ |
#define _ALLOCATORS_NO_REBIND 0 |
#define _HAS_ALLOCATORS_IN_STD 0 |
#define CACHE_CHUNKLIST stdext::allocators::cache_chunklist<sizeof (_Ty)> |
#define CACHE_FREELIST | ( | max | ) | stdext::allocators::cache_freelist<sizeof (_Ty), max > |
#define CACHE_SUBALLOC stdext::allocators::cache_suballoc<sizeof (_Ty)> |
#define SYNC_DEFAULT stdext::allocators::sync_shared |