#include "common.h"
#include "palloc.h"
#include "walloc.h"
#include "override.h"
Functions | |
| RCSID ("$Id:palloc.c, v 1.2 2005/09/26 20:25:23 rmanfredi Exp $") | |
| pool_t * | pool_create (size_t size, gint max) |
| Allocate a pool descriptor. | |
| void | pool_free (pool_t *p) |
| Free a pool descriptor. | |
| gpointer | palloc (pool_t *p) |
| Allocate buffer from the pool. | |
| void | pfree (pool_t *p, gpointer obj) |
| Return a buffer to the pool. | |
|
|
Allocate buffer from the pool.
|
|
||||||||||||
|
Return a buffer to the pool.
|
|
||||||||||||
|
Allocate a pool descriptor.
|
|
|
Free a pool descriptor.
|
|
||||||||||||
|
|
1.3.6