Searched refs:freefun (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | obstack.h | 168 void (*freefun) (void *, struct _obstack_chunk *); member 231 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 234 (void (*) (void *)) (freefun)) 236 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 239 (void (*) (void *, void *)) (freefun), (arg)) 245 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))
|