36 #ifndef _R_STORAGE_MAN_
37 #define _R_STORAGE_MAN_
61 typedef void *(*storage_man_alloc)( size_t );
Definition: storageman.hh:56
~r_Storage_Man(void)
destructor
Definition: storageman.hh:107
storage_man_free myfree
Definition: storageman.hh:85
void *(* storage_man_alloc)(size_t)
types of storage management functions
Definition: storageman.hh:61
storage_man_alloc myalloc
the storage functions
Definition: storageman.hh:84
void * storage_alloc(size_t size) const
allocation
~r_Storage_Man_CPP(void)
destructor
r_Storage_Man(void)
default constructor, switches to c-style allocation
~r_Storage_Man_C(void)
default destructor
void set_storage_functions(storage_man_alloc a, storage_man_free f)
setting the storage functions
void storage_free(void *data) const
deallocation
Definition: storageman.hh:93
void(* storage_man_free)(void *data)
Definition: storageman.hh:62
r_Storage_Man & operator=(const r_Storage_Man &src)
assignment
r_Storage_Man_CPP(void)
default constructor
r_Storage_Man_C(void)
default constructor