#include <palloc.h>
Data Fields | |
size_t | size |
Size of blocks held in the pool. | |
gint | max |
Maximum amount of blocks to keep around. | |
GSList * | buffers |
Allocated buffers in the pool. | |
gint | allocated |
Amount of allocated buffers. | |
gint | held |
Amount of available buffers. |
|
Amount of allocated buffers.
|
|
Allocated buffers in the pool.
|
|
Amount of available buffers.
|
|
Maximum amount of blocks to keep around.
|
|
Size of blocks held in the pool.
|