#include <nnsys/fnd.h>
NNSFndHeapHandle NNS_FndFindContainHeap(const void* memBlock);
memBlock |
Memory block of search target |
Returns the heap handle if the heap that contains the specified 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
2008/12/05 Corrected typos.
2004/04/01 Initial version.
CONFIDENTIAL