#include <oscl_mem.h>
Inheritance diagram for OsclMemAllocDestructDealloc< T >:
Public Methods | |
OsclAny * | allocate_fl (const uint32 size, const char *file_name, const int line_num) |
OsclAny * | allocate (const uint32 size) |
void | deallocate (OsclAny *p) |
void | destruct_and_dealloc (OsclAny *p) |
|
Implements Oscl_DefAlloc. |
|
Reimplemented from Oscl_DefAlloc. |
|
Implements Oscl_DefAlloc. |
|
Implements OsclDestructDealloc. |