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