_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

_obstack_newchunk allocates a new current chunk of memory for the obstack.