#include <kmalloc.h>
Definition at line 43 of file kmalloc.h.
Data Fields | |
| void * | baseAddr |
| uInt32 | limit |
| memDescriptor * | next |
| memDescriptor * | prev |
| void* memDescriptor::baseAddr |
Definition at line 47 of file kmalloc.h.
Referenced by insertFreeDesc(), kfree(), kmalloc(), and mergeMemBlocks().
| struct memDescriptor* memDescriptor::next |
Definition at line 45 of file kmalloc.h.
Referenced by getEmptyDesc(), insertFreeDesc(), kfree(), kmalloc(), and mergeMemBlocks().
| struct memDescriptor* memDescriptor::prev |
Definition at line 44 of file kmalloc.h.
Referenced by getEmptyDesc(), insertFreeDesc(), kfree(), kmalloc(), and mergeMemBlocks().
1.4.7