Home
last modified time | relevance | path

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

/malloc/
A Dobstack.h296 # define obstack_grow(OBSTACK, where, length) \ macro
377 obstack_grow (__h, (where), (length)); \
436 # define obstack_grow(h, where, length) \ macro
482 (obstack_grow ((h), (where), (length)), obstack_finish ((h)))

Completed in 5 milliseconds