Phoenix
Object-oriented orthogonally persistent operating system
|
Universal buddy allocator. More...
#include <BuddyAllocator.h>
Public Member Functions | |
RetCode | Initialize (AddrType startAddress, AddrType endAddress, int minOrder=0, int maxOrder=-1, size_t cacheSize=8192) |
Universal buddy allocator.
AddrType | Type of the address with which the allocator operates. |
RetCode BuddyAllocator< AddrType >::Initialize | ( | AddrType | startAddress, |
AddrType | endAddress, | ||
int | minOrder = 0 , |
||
int | maxOrder = -1 , |
||
size_t | cacheSize = 8192 |
||
) | [inline] |