#include <stdapis/stlportv5/stl/_alloc.h>
| class __debug_alloc |
| Public Member Type Definitions | |
|---|---|
| typedef | _Alloc __allocator_type |
| typedef | _Alloc::value_type value_type |
| Public Member Functions | |
|---|---|
| __debug_alloc() | |
| ~__debug_alloc() | |
| void *_STLP_CALL | allocate(size_t) |
| void _STLP_CALL | deallocate(void *, size_t) |
| typedef _Alloc | __allocator_type |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| typedef _Alloc::value_type | value_type |
| __debug_alloc | ( | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| ~__debug_alloc | ( | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.