pool_register_malloc

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

pool_register_malloc - allow pool to own malloc'd memory

SYNOPSIS

#include <pool.h>

void pool_register_malloc (pool, void *ptr);

DESCRIPTION

Register an anonymous area of malloc-allocated memory which will be freed (with free(3)) when the pool is deleted.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

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

VERSION

c2lib-1.2.13