#include <obstack.h>

Data Fields | |
| long | chunk_size |
| struct _obstack_chunk * | chunk |
| char * | object_base |
| char * | next_free |
| char * | chunk_limit |
| PTR_INT_TYPE | temp |
| int | alignment_mask |
| struct _obstack_chunk *(* | chunkfun )() |
| void(* | freefun )() |
| char * | extra_arg |
| unsigned | use_extra_arg:1 |
| unsigned | maybe_empty_object:1 |
| unsigned | alloc_failed:1 |
| void * | extra_arg |
Definition at line 172 of file obstack.h.
Definition at line 174 of file obstack.h.
Referenced by _obstack_begin(), _obstack_begin_1(), and _obstack_newchunk().
struct _obstack_chunk * obstack::chunk [read] |
Definition at line 175 of file obstack.h.
Referenced by _obstack_begin(), _obstack_begin_1(), _obstack_free(), _obstack_memory_used(), _obstack_newchunk(), init_jcf_state(), obstack_free(), and print_obstack_statistics().
| char * obstack::object_base |
Definition at line 176 of file obstack.h.
Referenced by _obstack_begin(), _obstack_begin_1(), _obstack_free(), _obstack_newchunk(), and obstack_free().
| char * obstack::next_free |
Definition at line 177 of file obstack.h.
Referenced by _obstack_begin(), _obstack_begin_1(), _obstack_free(), _obstack_newchunk(), obstack_free(), and print_obstack_statistics().
| char * obstack::chunk_limit |
Definition at line 178 of file obstack.h.
Referenced by _obstack_begin(), _obstack_begin_1(), _obstack_free(), _obstack_newchunk(), and obstack_free().
| PTR_INT_TYPE obstack::temp |
Definition at line 179 of file obstack.h.
Referenced by build_array_ref(), build_class_member_access_expr(), cp_parser_asm_definition(), java_stack_swap(), maybe_adjust_types_for_deduction(), pop_type_0(), process_init_constructor(), and unescaped_terminator_p().
Definition at line 180 of file obstack.h.
Referenced by _obstack_begin(), _obstack_begin_1(), and _obstack_newchunk().
| struct _obstack_chunk *(* obstack::chunkfun)(void *, long) | ( | ) | [read] |
Referenced by _obstack_begin(), and _obstack_begin_1().
| void(* obstack::freefun)(void *, struct _obstack_chunk *) | ( | ) |
Referenced by _obstack_begin(), and _obstack_begin_1().
| char * obstack::extra_arg |
| unsigned obstack::use_extra_arg |
| unsigned obstack::maybe_empty_object |
Definition at line 194 of file obstack.h.
Referenced by _obstack_begin(), _obstack_begin_1(), _obstack_free(), _obstack_newchunk(), and obstack_free().
| unsigned obstack::alloc_failed |
1.5.6