pool_set_bad_malloc_handler

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

pool_set_bad_malloc_handler - set handler for when malloc fails

SYNOPSIS

#include <pool.h>

void pool_set_bad_malloc_handler (void (*fn) (void));

DESCRIPTION

Set the function which is called when an underlying malloc or realloc operation fails. The default is that abort(3) is called.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

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

VERSION

c2lib-1.2.13