supertux
Public Attributes | List of all members
obstack Struct Reference
Collaboration diagram for obstack:
Collaboration graph
[legend]

Public Attributes

long chunk_size
 
struct _obstack_chunkchunk
 
char * object_base
 
char * next_free
 
char * chunk_limit
 
union {
   PTR_INT_TYPE   tempint
 
   void *   tempptr
 
temp
 
int alignment_mask
 
struct _obstack_chunk *(* chunkfun )(void *, long)
 
void(* freefun )(void *, struct _obstack_chunk *)
 
void * extra_arg
 
unsigned use_extra_arg:1
 
unsigned maybe_empty_object:1
 
unsigned alloc_failed:1
 

The documentation for this struct was generated from the following file: