#include <LL.h>
#include <string.h>
Classes | |
struct | extrema::s_suballocator |
Internal structure with suballocator's data. More... | |
Namespaces | |
extrema | |
Typedefs | |
typedef struct extrema::s_suballocator | extrema::t_suballocator |
Internal structure with suballocator's data. More... | |
Functions | |
void | extrema::InitSuballocator (t_suballocator *s, size_t blocksize, size_t itemsize, int clear_blocks=0) |
void | extrema::DestSuballocator (t_suballocator *s) |
void | extrema::SuballocatorAddBlock (t_suballocator *s) |