Home
last modified time | relevance | path

Searched refs:MEM_HEAP_OPT_DEBUG_FILL (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1/build/libraries/mem/include/
DheapCommoni.h254 if ( GetOptForHeap(pHeapHd) & MEM_HEAP_OPT_DEBUG_FILL ) in FillAllocMemory()
289 if ( GetOptForHeap(pHeapHd) & MEM_HEAP_OPT_DEBUG_FILL ) in FillFreeMemory()
313 if ( GetOptForHeap(pHeapHd) & MEM_HEAP_OPT_DEBUG_FILL ) in FillNoUseMemory()
/RvlSDK-3.1/include/revolution/mem/
DheapCommon.h46 #define MEM_HEAP_OPT_DEBUG_FILL (1 << 1) macro