Public Types | |
typedef Type | value_type |
typedef Type * | pointer |
typedef const Type * | const_pointer |
typedef Type & | reference |
typedef const Type & | const_reference |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
Public Member Functions | |
pointer | allocate (size_type n) |
void | deallocate (pointer __p) |
pointer | address (reference x) |
const_pointer | const_address (const_reference x) |
size_type | init_page_size () |
size_type | max_size () const |
Definition at line 85 of file defalloc.h.