Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/test/malloc/
A Dtst-obstack.c62 obstack_free (&obs, 0); in test_obstack_alloc()
90 obstack_free (&ob, NULL); in test_obstack_printf()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dobstack.h190 void obstack_free (struct obstack *obstack, void *block);
397 # define obstack_free(OBSTACK, OBJ) \ macro
403 else (obstack_free) (__o, __obj); })
495 # define obstack_free(h,obj) \ macro
501 : (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/gnu/
A Dobstack.c356 # undef obstack_free
359 obstack_free (struct obstack *h, void *obj) in obstack_free() function
391 strong_alias (obstack_free, _obstack_free)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat838 * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias

Completed in 8 milliseconds