suricata
|
Go to the source code of this file.
Functions | |
void | HTPParseMemcap (void) |
void * | HTPMalloc (size_t size) |
void * | HTPCalloc (size_t n, size_t size) |
void * | HTPRealloc (void *ptr, size_t orig_size, size_t size) |
void | HTPFree (void *ptr, size_t size) |
int | HTPSetMemcap (uint64_t size) |
Update memcap value. More... | |
uint64_t | HTPGetMemcap (void) |
Update memcap value. More... | |
uint64_t | HTPMemuseGlobalCounter (void) |
uint64_t | HTPMemcapGlobalCounter (void) |
Memory management functions for HTP in the application layer
Definition in file app-layer-htp-mem.h.
void* HTPCalloc | ( | size_t | n, |
size_t | size | ||
) |
Definition at line 154 of file app-layer-htp-mem.c.
Referenced by HtpBodyAppendChunk().
void HTPFree | ( | void * | ptr, |
size_t | size | ||
) |
Definition at line 199 of file app-layer-htp-mem.c.
References SCFree.
Referenced by HtpBodyAppendChunk(), HtpBodyFree(), and HtpBodyPrune().
uint64_t HTPGetMemcap | ( | void | ) |
Update memcap value.
memcap | value |
Definition at line 127 of file app-layer-htp-mem.c.
References SC_ATOMIC_GET.
void* HTPMalloc | ( | size_t | size | ) |
Definition at line 133 of file app-layer-htp-mem.c.
uint64_t HTPMemcapGlobalCounter | ( | void | ) |
Definition at line 87 of file app-layer-htp-mem.c.
References SC_ATOMIC_GET.
Referenced by AppLayerRegisterGlobalCounters().
uint64_t HTPMemuseGlobalCounter | ( | void | ) |
Definition at line 81 of file app-layer-htp-mem.c.
References SC_ATOMIC_GET.
Referenced by AppLayerRegisterGlobalCounters().
void HTPParseMemcap | ( | void | ) |
set config values for memcap, prealloc and hash_size
Definition at line 43 of file app-layer-htp-mem.c.
References ConfGet(), ParseSizeStringU64(), SC_ATOMIC_GET, SC_ATOMIC_INIT, SC_ATOMIC_SET, SCLogError, and SCLogInfo.
void* HTPRealloc | ( | void * | ptr, |
size_t | orig_size, | ||
size_t | size | ||
) |
Definition at line 175 of file app-layer-htp-mem.c.
int HTPSetMemcap | ( | uint64_t | size | ) |
Update memcap value.
size | new memcap value |
Definition at line 113 of file app-layer-htp-mem.c.
References SC_ATOMIC_GET, and SC_ATOMIC_SET.