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; // Heap start address100 void* heapEnd; // Heap end (+1) address102 u32 attribute; // Attribute104 NNSiFndExpHeapHead nnsiFndExpHeapHead;