Mount Fuji Engine  0.8b
MF_API bool MFHeap_ValidateMemory ( const void *  pMemory)

Checks to see if an allocated block of memory has been corrupted. This will test for buffer overflows and underflows.

Parameters
pMemoryPointer to a block of memory to validate.
Returns
true if memory is in a valid, false otherwise.