The SGADE Documentation

the SGADE The Socrates Gameboy Advance Development Engine

The SGADE is a development library for the Nintendo Gameboy Advance. It's free for all uses and is distributed without guarantees. For more information visit the SGADE page.


Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

SoMemManagerNode_t Struct Reference

Free pool tree node. More...


Data Fields

u16 iParentIdx
 'pointer' to parent node

u16 iChildLessIdx
 'pointer' to smaller sized children subtree

u16 iChildMoreIdx
 'pointer' to larger sized children subtree

u16 iBlockCount
 number of blocks in this node


Detailed Description

Free pool tree node.

For internal use only.


The documentation for this struct was generated from the following file:
Copyright 2002 by the SGADE authors. See SoLicense.h or Visit the SGADE page for more information.