Searched defs:freefun (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/libroot/posix/glibc/extensions/ |
H A D | obstack.h | 178 void (*freefun) (void *, struct _obstack_chunk *); member 182 void (*freefun) (); /* User's function to free a chunk. */ member 304 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 309 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 332 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 337 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|
H A D | obstack.c | 157 _obstack_begin (h, size, alignment, chunkfun, freefun) in _obstack_begin() argument 215 _obstack_begin_1 (h, size, alignment, chunkfun, freefun, arg) in _obstack_begin_1() argument
|