#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 it cannot allocate the memory, it returns NULL.
Allocates a memory block from the allocator.
The implementation of this depends on the setting of the allocator and the memory manager related to the allocator.
2004/08/02 Initial version.
CONFIDENTIAL