Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/fnd/detail/
Dfnd_DetailHeap.h171 int alignment = NN_OS_HEAP_DEFAULT_ALIGNMENT);
186 inline void* AllocFromCurrentHeap(u32 size, int alignment = NN_OS_HEAP_DEFAULT_ALIGNMENT)
254 int alignment = NN_OS_HEAP_DEFAULT_ALIGNMENT);
Dfnd_DetailHeapCommon.h43 #define NN_OS_HEAP_DEFAULT_ALIGNMENT 4 macro