Mount Fuji Engine  0.8b
MF_API size_t MFHeap_GetAllocSize ( const void *  pMemory)

Get the size of a fuji allocation.

Parameters
pMemoryPointer to an allocated block of memory.
Returns
Size, in bytes, of the block of memory that pMemory points to.
See Also
MFHeap_Alloc()
MFHeap_GetAllocHeap()