Home
last modified time | relevance | path

Searched refs:GetFillValForHeap (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommon.h169 #define GetFillValForHeap(type) (0) macro
171 u32 GetFillValForHeap(
Dfnd_DetailHeapCommonImpl.h211 MI_CpuFill32(address, GetFillValForHeap(NN_OS_HEAP_FILL_ALLOC), size); in FillAllocMemory()
229 MI_CpuFill32(address, GetFillValForHeap(NN_OS_HEAP_FILL_FREE), size); in FillFreeMemory()
246 MI_CpuFill32(address, GetFillValForHeap(NN_OS_HEAP_FILL_NOUSE), size); in FillNoUseMemory()
Dfnd_DetailHeapCommon.cpp348 GetFillValForHeap(int type) in GetFillValForHeap() function
/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_HeapBase.cpp68 return detail::GetFillValForHeap(type); in GetFillValue()