Classes | |
class | Block |
Public Member Functions | |
Bitu | getMemory (Bitu bytes, const char *who, Bitu alignment, Bitu must_be_at) |
void | initSetRange (Bitu start, Bitu end) |
Bitu | freeUnusedMinToLoc (Bitu phys) |
bool | freeMemory (Bitu offset) |
Bitu | getMinAddress () |
void | compactFree () |
void | sanityCheck () |
void | logDump () |
Public Attributes | |
std::string | name |
std::vector< Block > | alist |
Bitu | _min |
Bitu | _max |
bool | topDownAlloc |
Static Public Attributes | |
static const Bitu | alloc_failed = ~((Bitu)0) |
Definition at line 11 of file regionalloctracking.h.