|
suricata
|

Go to the source code of this file.
Data Structures | |
| struct | PoolBucket_ |
| struct | Pool_ |
| #define | POOL_BUCKET_PREALLOCATED (1 << 0) |
| typedef struct PoolBucket_ | PoolBucket |
| typedef struct Pool_ | Pool |
| Pool * | PoolInit (uint32_t, uint32_t, uint32_t, void *(*Alloc)(void), int(*Init)(void *, void *), void *, void(*Cleanup)(void *), void(*Free)(void *)) |
| Init a Pool. More... | |
| void | PoolFree (Pool *) |
| void * | PoolGet (Pool *) |
| void | PoolReturn (Pool *, void *) |
| void | PoolRegisterTests (void) |
Definition in file util-pool.h.
| #define POOL_BUCKET_PREALLOCATED (1 << 0) |
Definition at line 34 of file util-pool.h.
| typedef struct PoolBucket_ PoolBucket |