Home
last modified time | relevance | path

Searched defs:ExpHeapImpl (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/fnd/detail/
Dfnd_DetailHeapHead.h90 struct ExpHeapImpl struct
92 ExpHeapImpl() : signature(0) {} in ExpHeapImpl() function
94 u32 signature;
96 NNSFndLink link;
97 NNSFndList childList;
99 void* heapStart; // ヒープ先頭アドレ
100 void* heapEnd; // ヒープ末尾(+1)アドレ
102 u32 attribute; // 属
104 NNSiFndExpHeapHead nnsiFndExpHeapHead;