Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommonImpl.h209 if (GetOptForHeap(pHeapHd) & NN_OS_HEAP_OPT_DEBUG_FILL) in FillAllocMemory()
227 if (GetOptForHeap(pHeapHd) & NN_OS_HEAP_OPT_DEBUG_FILL) in FillFreeMemory()
244 if (GetOptForHeap(pHeapHd) & NN_OS_HEAP_OPT_DEBUG_FILL) in FillNoUseMemory()
Dfnd_DetailHeapCommon.h65 #define NN_OS_HEAP_OPT_DEBUG_FILL (1 <<1) macro