Home
last modified time | relevance | path

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

/external/obstack/include/
Dobstack.h163 struct obstack /* control current object in current chunk */ struct
166 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
167 char *object_base; /* address of object we are building */
168 char *next_free; /* where to add next char to current object */
169 char *chunk_limit; /* address of char after current chunk */
171 {
174 } temp; /* Temporary for some macros. */
175 _OBSTACK_SIZE_T alignment_mask; /* Mask of alignment for each object. */
200 /* Declare the external functions we use; they are in obstack.c. */ argument