nDPI/fuzz
Ivan Nardi db9f6ec1b4
Add basic profiling of memory allocations on data-path (#1789)
The goal is to have an idea of the memory allocation sizes performed in
the **library data-path**, i.e. excluding init/deinit phases and all
the allocations made by the application itself.
In other words, how much memory is needed per-flow, by nDPI, other than
`struct ndpi_flow_struct`?

It works only on single-thread configurations.

It is not enabled by default (in the unit tests) since different
canfiguration options (example: `--enable-pcre`) lead to diffferent
results.

See: #1781
2022-10-28 20:41:37 +02:00
..
fuzz_ndpi_reader.c Add basic profiling of memory allocations on data-path (#1789) 2022-10-28 20:41:37 +02:00
fuzz_process_packet.c Add support for flow client/server information (#1671) 2022-07-24 17:46:24 +02:00
Makefile.am Do not interfere with CFLAGS/LDFLAGS env anymore. (#1659) 2022-07-13 19:44:18 +02:00