|
Symbolic constants |
|
The base size of a memory node - aligned. |
|
the allocator structure |
|
the structure which holds information about the allocation |
|
Allocate a block of mem from the allocator
|
|
Create a new allocator
|
|
Destroy an allocator
|
|
Free a block of mem, giving it back to the allocator
|
|
|
|
|
|
Set the current threshold at which the allocator should start giving blocks back to the system.
|
|
Get the mutex currently set for the allocator
|
|
Set a mutex for the allocator to use
|
|
Get the current owner of the allocator
|
|
Set the owner of the allocator
|
|
|
|
|
|
|