suricata
|
#include <util-pool-thread.h>
Data Fields | |
size_t | size |
PoolThreadElement * | array |
Definition at line 50 of file util-pool-thread.h.
PoolThreadElement* PoolThread_::array |
array of elements
Definition at line 52 of file util-pool-thread.h.
Referenced by PoolThreadFree(), PoolThreadGetById(), PoolThreadGrow(), PoolThreadInit(), and PoolThreadReturn().
size_t PoolThread_::size |
size of the array
Definition at line 51 of file util-pool-thread.h.
Referenced by PoolThreadFree(), PoolThreadGetById(), PoolThreadGrow(), PoolThreadInit(), PoolThreadReturn(), and PoolThreadSize().