Home
last modified time | relevance | path

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

/malloc/
A Dobstack.h153 struct obstack /* control current object in current chunk */ struct
156 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
169 struct _obstack_chunk *(*chunkfun) (void *, long); argument
170 void (*freefun) (void *, struct _obstack_chunk *); argument
182 /* Declare the external functions we use; they are in obstack.c. */ argument

Completed in 17 milliseconds