#include <obstack.h>
Go to the source code of this file.
Functions | |
void * | operator new (size_t bytes, struct obstack &obst) |
void * | operator new[] (size_t bytes, struct obstack &obst) |
static void * | obstack_chunk_alloc (size_t size) |
static void | obstack_chunk_free (void *data) |
static void* obstack_chunk_alloc | ( | size_t | size | ) | [inline, static] |
static void obstack_chunk_free | ( | void * | data | ) | [inline, static] |
void* operator new | ( | size_t | bytes, | |
struct obstack & | obst | |||
) | [inline] |
void* operator new[] | ( | size_t | bytes, | |
struct obstack & | obst | |||
) | [inline] |