36#include <Inventor/C/basic.h>
44 typedef struct cc_memalloc cc_memalloc;
void cc_memalloc_destruct(cc_memalloc *allocator)
Definition memalloc.cpp:185
void cc_memalloc_set_strategy(cc_memalloc *allocator, cc_memalloc_strategy_cb *cb)
Definition memalloc.cpp:260
void cc_memalloc_clear(cc_memalloc *allocator)
Definition memalloc.cpp:223
void cc_memalloc_deallocate(cc_memalloc *allocator, void *ptr)
Definition memalloc.cpp:211
int cc_memalloc_strategy_cb(const int numunits_allocated)
Definition memalloc.h:45
cc_memalloc * cc_memalloc_construct(const unsigned int unitsize)
Definition memalloc.cpp:163
void * cc_memalloc_allocate(cc_memalloc *allocator)
Definition memalloc.cpp:195