Searched defs:ExpHeapImpl (Results 1 – 1 of 1) sorted by relevance
90 struct ExpHeapImpl struct92 ExpHeapImpl() : signature(0) {} in ExpHeapImpl() function94 u32 signature;96 NNSFndLink link;97 NNSFndList childList;99 void* heapStart; // ヒープ先頭アドレス100 void* heapEnd; // ヒープ末尾(+1)アドレス102 u32 attribute; // 属性104 NNSiFndExpHeapHead nnsiFndExpHeapHead;