|
suricata
|
#include <util-pool.h>

Data Fields | |
| void * | data |
| uint8_t | flags |
| struct PoolBucket_ * | next |
Definition at line 36 of file util-pool.h.
| void* PoolBucket_::data |
Definition at line 37 of file util-pool.h.
Referenced by PoolFree(), and PoolGet().
| uint8_t PoolBucket_::flags |
Definition at line 38 of file util-pool.h.
| struct PoolBucket_* PoolBucket_::next |
Definition at line 39 of file util-pool.h.
Referenced by PoolFree(), and PoolGet().