#include <oscl_defalloc.h>
Inheritance diagram for Oscl_DefAlloc:
Public Methods | |
virtual OsclAny * | allocate (const uint32 size)=0 |
virtual OsclAny * | allocate_fl (const uint32 size, const char *file_name, const int line_num) |
virtual void | deallocate (OsclAny *p)=0 |
|
|
Reimplemented from Oscl_Alloc. Reimplemented in OsclMemAllocator, OsclMemAllocDestructDealloc< T >, and OsclReadyAlloc. |
|