|
suricata
|
Data Fields | |
| const char * | name |
| StorageEnum | type |
| unsigned int | size |
| void *(* | Alloc )(unsigned int) |
| void(* | Free )(void *) |
Definition at line 31 of file util-storage.c.
| void*(* StorageMapping_::Alloc) (unsigned int) |
Definition at line 35 of file util-storage.c.
| void(* StorageMapping_::Free) (void *) |
Definition at line 36 of file util-storage.c.
| const char* StorageMapping_::name |
Definition at line 32 of file util-storage.c.
| unsigned int StorageMapping_::size |
Definition at line 34 of file util-storage.c.
| StorageEnum StorageMapping_::type |
Definition at line 33 of file util-storage.c.