_obstack_newchunk

Name

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

Synopsis

#include <obstack.h>

void _obstack_newchunk(struct obstack *, int);

Description

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

Future Directions

Future versions of this specification may not include support for this interface.