HL::ChunkHeap< ChunkSize, SuperHeap > Class Template Reference
#include <chunkheap.h>
List of all members.
Public Member Functions |
| | ChunkHeap (void) |
| void * | malloc (const size_t sz) |
| void | clear (void) |
Private Member Functions |
| int | remove (void *) |
| void * | getMoreMemory (size_t sz) |
Private Attributes |
| char * | buffer |
| | The current allocation buffer.
|
| char * | eob |
| | The end of the buffer.
|
template<int ChunkSize, class SuperHeap>
class HL::ChunkHeap< ChunkSize, SuperHeap >
Constructor & Destructor Documentation
template<int ChunkSize, class SuperHeap >
Member Function Documentation
template<int ChunkSize, class SuperHeap >
template<int ChunkSize, class SuperHeap >
template<int ChunkSize, class SuperHeap >
template<int ChunkSize, class SuperHeap >
Member Data Documentation
template<int ChunkSize, class SuperHeap >
The current allocation buffer.
template<int ChunkSize, class SuperHeap >
The documentation for this class was generated from the following file: