#include <oscl_mem.h>
Inheritance diagram for OsclMemBasicAllocator:
Public Methods | |
OsclAny * | allocate (const uint32 n) |
void | deallocate (OsclAny *p) |
Note: this allocator is for internal use by Oscl only. Higher level code should use OsclMemAllocator.
|
This API throws an exception when malloc returns NULL. n must be greater than 0.
Implements Oscl_DefAlloc. |
|
Implements Oscl_DefAlloc. |