HL::Chunk< chunkSize, slotSize > Class Template Reference
#include <chunk.h>
List of all members.
template<int chunkSize, int slotSize>
class HL::Chunk< chunkSize, slotSize >
Constructor & Destructor Documentation
template<int chunkSize, int slotSize>
Member Function Documentation
template<int chunkSize, int slotSize>
static size_t HL::Chunk< chunkSize, slotSize >::align |
( |
size_t |
sz |
) |
[inline, static, private] |
template<int chunkSize, int slotSize>
Chunk< chunkSize, slotSize > * HL::Chunk< chunkSize, slotSize >::getChunk |
( |
void * |
ptr |
) |
[inline, static] |
template<int chunkSize, int slotSize>
static ChunkBlock* HL::Chunk< chunkSize, slotSize >::getChunkBlock |
( |
void * |
ptr |
) |
[inline, static] |
template<int chunkSize, int slotSize>
int HL::Chunk< chunkSize, slotSize >::getNumSlots |
( |
void |
|
) |
[inline, static] |
template<int chunkSize, int slotSize>
int HL::Chunk< chunkSize, slotSize >::getNumSlotsFree |
( |
void |
|
) |
[inline] |
template<int chunkSize, int slotSize>
int HL::Chunk< chunkSize, slotSize >::getNumSlotsInUse |
( |
void |
|
) |
[inline] |
template<int chunkSize, int slotSize>
void * HL::Chunk< chunkSize, slotSize >::getSlot |
( |
void |
|
) |
[inline] |
template<int chunkSize, int slotSize>
void HL::Chunk< chunkSize, slotSize >::putSlot |
( |
void * |
ptr |
) |
[inline] |
Member Data Documentation
template<int chunkSize, int slotSize>
template<int chunkSize, int slotSize>
The documentation for this class was generated from the following file: