Provides obstack_chunk_alloc and obstack_chunk_free for obstack.h.
More...
#include "obstack.h"
#include "xmalloc.h"
Go to the source code of this file.
Defines |
#define | NULL_OBST { 0, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 0 } |
| An obstack initializer containing zero values.
|
Detailed Description
Provides obstack_chunk_alloc and obstack_chunk_free for obstack.h.
- Author:
- Martin Trapp, Christian Schaefer
Definition in file obst.h.
Define Documentation
#define NULL_OBST { 0, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 0 } |
An obstack initializer containing zero values.
Can be used to initialize obstacks in an initializer.
Definition at line 38 of file obst.h.