#include <oscl_mem.h>
Inheritance diagram for OsclMemAllocator:
Public Methods | |
OsclAny * | allocate (const uint32 n) |
OsclAny * | allocate_fl (const uint32 n, const char *file_name, const int line_num) |
void | deallocate (OsclAny *p) |
|
This API throws an exception when malloc returns NULL. n must be greater than 0.
Implements Oscl_DefAlloc. |
|
Reimplemented from Oscl_DefAlloc. |
|
Implements Oscl_DefAlloc. |