Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/fnd/detail/
Dfnd_DetailHeap.cpp56 #define MAX_ALIGNMENT 128 macro
1293 NN_TASSERT_(MIN_ALIGNMENT <= abs(alignment) && abs(alignment) <= MAX_ALIGNMENT); in AllocFromHeap()
1504 NN_TASSERT_(MIN_ALIGNMENT <= abs(alignment) && abs(alignment) <= MAX_ALIGNMENT); in GetAllocatableSizeForHeap()