_obstack_newchunk

Name

_obstack_newchunk -- allocate a new current chunk of memory for the obstack

Synopsis

#include <obstack.h>

extern void _obstack_newchunk(struct obstack *, int);

Description

Allocate a new current chunk of memory for the obstack.