< pointer to the current allocation block
< number of bytes in the current allocation block that has been used
< allocations larger than the pagesize
< an index to the next unused page block
< blocks that are the size of pagesize
< the size of the page in bytes. * allocations less than or equal to this size are * allocated in the pages block list * allocations greater than this are allocated in their * own block in the large_blocks block list
Page generated by adrdox