Home
last modified time | relevance | path

Searched refs:MEMi_FRMHEAP_SIGNATURE (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.1.4/include/revolution/mem/
DheapCommon.h63 #define MEMi_FRMHEAP_SIGNATURE ('FRMH') macro
218 case MEMi_FRMHEAP_SIGNATURE: return MEM_HEAP_TYPE_FRM; in MEMGetHeapType()
255 return ( heap->signature == MEMi_FRMHEAP_SIGNATURE ); in MEMIsFrmHeap()
/RvlSDK-3.1.4/build/libraries/mem/src/
Dmem_heapCommon.c288 case MEMi_FRMHEAP_SIGNATURE: { OSReport("Frame"); break; } in MEMiDumpHeapHead()
383 case MEMi_FRMHEAP_SIGNATURE: in MEMDumpHeap()
Dmem_frameHeap.c52 return pHeapHd->signature == MEMi_FRMHEAP_SIGNATURE; in IsValidFrmHeapHandle_()
109 MEMi_FRMHEAP_SIGNATURE, in InitFrameHeap_()