Home
last modified time | relevance | path

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

/malloc/
A 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
317 # define obstack_1grow(OBSTACK, datum) \ argument
329 # define obstack_ptr_grow(OBSTACK, datum) \ argument
336 # define obstack_int_grow(OBSTACK, datum) \ argument
359 # define obstack_blank(OBSTACK, length) \ argument
368 # define obstack_alloc(OBSTACK, length) \ argument
388 # define obstack_finish(OBSTACK) \ argument
[all …]

Completed in 5 milliseconds