This is an unofficial fork by Matthew Hall.
- Compiled with clang.
- Compiled to special prefix for use with: SDN Sensor.
- Uses the explicit jemalloc memory allocator.
malloc
,calloc
,realloc
,free
,strdup
andstrndup
are replaced with theje_*
equivalents. Aje_utils.c
file is present forje_strdup
andje_strndup
. - The
testdb
used in the unit tests is moved to/tmp
. Vagrant and other VM shared filesystems cannotmmap
.