Home
last modified time | relevance | path

Searched refs:old_chunk (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c125 # define CALL_FREEFUN(h, old_chunk) \ argument
128 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
130 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
138 # define CALL_FREEFUN(h, old_chunk) \ argument
141 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
143 (*(void (*) ()) (h)->freefun) ((old_chunk)); \
285 register struct _obstack_chunk *old_chunk = h->chunk; local
303 new_chunk->prev = old_chunk;
334 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
336 new_chunk->prev = old_chunk->prev;
[all …]