global_pool

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

global_pool - the global pool for global allocations

SYNOPSIS

#include <pool.h>

pool global_pool;

DESCRIPTION

This is the global pool which is allocated before main() is called and deleted automatically upon program exit. Items allocated on this pool cannot be deleted until the program ends, and so it is a good idea not to allocate short-lived items here.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13