Searched defs:freefun (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/malloc/ |
D | obstack.h | 170 void (*freefun) (void *, struct _obstack_chunk *); member 238 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 243 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|