Home
last modified time | relevance | path

Searched defs:OBSTACK (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/malloc/
Dobstack.h270 # define obstack_object_size(OBSTACK) \ argument
275 # define obstack_room(OBSTACK) \ argument
280 # define obstack_make_room(OBSTACK, length) \ argument
288 # define obstack_empty_p(OBSTACK) \ argument
296 # define obstack_grow(OBSTACK, where, length) \ argument
306 # define obstack_grow0(OBSTACK, where, length) \ argument
317 # define obstack_1grow(OBSTACK, datum) \ argument
329 # define obstack_ptr_grow(OBSTACK, datum) \ argument
336 # define obstack_int_grow(OBSTACK, datum) \ argument
343 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
[all …]