You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
djpnewton edited this page Nov 11, 2011
·
2 revisions
A tree contains two parts, a descriptor and the data. The descriptor describes the layout and names of all the individual blocks of data that make the whole:
tree descriptor (an array of tree nodes that describes the tree, made up of branch nodes and leaf nodes)
tree data (a buffer generally backed by a struct that conforms to the topography in the tree descriptor)