36 #include <Inventor/C/basic.h> 44 typedef struct cc_memalloc cc_memalloc;
45 typedef int cc_memalloc_strategy_cb(
const int numunits_allocated);
void cc_memalloc_clear(cc_memalloc *allocator)
Definition: memalloc.cpp:205
cc_memalloc * cc_memalloc_construct(const unsigned int unitsize)
Definition: memalloc.cpp:145
void cc_memalloc_destruct(cc_memalloc *allocator)
Definition: memalloc.cpp:167
void * cc_memalloc_allocate(cc_memalloc *allocator)
Definition: memalloc.cpp:177
void cc_memalloc_set_strategy(cc_memalloc *allocator, cc_memalloc_strategy_cb *cb)
Definition: memalloc.cpp:242
void cc_memalloc_deallocate(cc_memalloc *allocator, void *ptr)
Definition: memalloc.cpp:193