Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dobstack.c123 ? (*(h)->chunkfun)((h)->extra_arg, (size)) \
129 (*(h)->freefun)((h)->extra_arg, (old_chunk)); \
221 h->extra_arg = arg; in _obstack_begin_1()
Dobstack.h171 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member