Implements a Kingsley
allocator.
More...
#include <heap.hpp>
List of all members.
|
Public Member Functions |
|
void * | malloc (std::size_t bytes) |
|
void | free (void *p) |
|
void | defrag () |
Detailed Description
Implements a Kingsley
allocator.
- See also:
- test_heap()
Definition at line 40 of file heap.hpp.
The documentation for this class was generated from the following file: