suricata
util-pool.h File Reference
This graph shows which files directly or indirectly include this file:

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
 
PoolPoolInit (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)
 

Detailed Description

Author
Victor Julien victo.nosp@m.r@in.nosp@m.linia.nosp@m.c.ne.nosp@m.t

Definition in file util-pool.h.

Macro Definition Documentation

◆ POOL_BUCKET_PREALLOCATED

#define POOL_BUCKET_PREALLOCATED   (1 << 0)

Definition at line 34 of file util-pool.h.

Typedef Documentation

◆ Pool

typedef struct Pool_ Pool

◆ PoolBucket

typedef struct PoolBucket_ PoolBucket