#include <nnsys/fnd.h>
void* NNS_FndAllocFromAllocator(NNSFndAllocator* pAllocator, u32 size);
pAllocator | NNSFndAllocator Structure Address. |
size | Memory Block Size (Bytes) |
When the memory block has been allocated, it returns the starting address of that memory block. When the memory cannot be allocated, NULL is returned.
Allocates a memory block from the allocator.
The implementation of this depends on the settings of the allocator and the memory manager related to the allocator.
2004/08/02 Initial version.
CONFIDENTIAL