#include <nnsys/fnd.h>
NNSFndHeapHandle NNS_FndFindContainHeap(const void* memBlock);
| memBlock | Memory block of search target |
Returns the heap handle if the heap containing the designated memory block is found. If not found, returns NNS_FND_HEAP_INVALID_HANDLE (a NULL value).
Finds the heap that includes the memory block.
NNS_FndAllocFromExpHeap, NNS_FndAllocFromFrmHeap, NNS_FndAllocFromUnitHeap
04/01/2004 Initial version.