STL-compatible allocator using le_malloc() More...
#include <le_malloc.h>
Public Types | |
typedef Type * | pointer |
STL-required typedef. More... | |
typedef Type | value_type |
STL-required typedef. More... | |
Public Member Functions | |
Type * | allocate (std::size_t n) |
Allocates enough space for n objects of type Type. More... | |
void | deallocate (Type *p, std::size_t) |
Deallocates the space pointed to by p More... | |
STL-compatible allocator using le_malloc()