![]() | InDesign SDK 20.5 |
#include <SystemAllocator.h>
Public Member Functions | |
| pointer | address (reference x) const |
| const_pointer | address (const_reference x) const |
| pointer | allocate (size_type n, const void *hint=nil) |
| void | deallocate (pointer p, size_type) |
| size_type | max_size () const |
| void | construct (pointer p, const T &value) |
| void | destroy (pointer p) |
| bool16 | operator== (const SystemAllocator< T > &) const |
| bool16 | operator!= (const SystemAllocator< T > &) const |
Summary: An STL compliant allocator that uses OS calls to allocate memory.