Searched refs:MI_CpuFill32 (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-0.14.4/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeapCommonImpl.h | 183 inline void MI_CpuFill32(void* dest, u32 data, u32 size) in MI_CpuFill32() function 204 MI_CpuFill32(address, 0, size); in FillAllocMemory() 211 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()
|