#include <stdapis/stlport/stl/_alloc.h>
| class __malloc_alloc |
| Public Member Type Definitions | |
|---|---|
| typedef | char value_type |
| Public Member Functions | |
|---|---|
| void *_STLP_CALL | allocate(size_t) |
| void _STLP_CALL | deallocate(void *, size_t) |
| __oom_handler_type _STLP_CALL | set_malloc_handler(__oom_handler_type) |
| typedef char | value_type |
| void *_STLP_CALL | allocate | ( | size_t | __n | ) | [static, inline] |
| void _STLP_CALL | deallocate | ( | void * | __p, |
| size_t | ||||
| ) | [static, inline] | |||
| __oom_handler_type _STLP_CALL | set_malloc_handler | ( | __oom_handler_type | __f | ) | [static, inline] |