Definition:
void *ap_pcalloc(struct pool *p, int nbytes);
Usage example:
No examples available.
Allocates memory in a pool of at least size bytes, and initializes the memory to zero.
Returns a rointer to the newly allocated block of memory.
Previous: ap_pbase64encode
Next: ap_pcfg_openfile
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)