supertux
|
Public Attributes | |
long | chunk_size |
struct _obstack_chunk * | chunk |
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 |