Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/mem/include/
DheapCommoni.h268 if ( GetOptForHeap(pHeapHd) & MEM_HEAP_OPT_DEBUG_FILL ) in FillAllocMemory()
303 if ( GetOptForHeap(pHeapHd) & MEM_HEAP_OPT_DEBUG_FILL ) in FillFreeMemory()
327 if ( GetOptForHeap(pHeapHd) & MEM_HEAP_OPT_DEBUG_FILL ) in FillNoUseMemory()
/RvlSDK-3.2/include/revolution/mem/
DheapCommon.h46 #define MEM_HEAP_OPT_DEBUG_FILL (1 << 1) macro