b3dbf75da5
Zmalloc comes from Redis. It's purpose is to track total allocations so that a maximum can be set. For more information see the following links: https://groups.google.com/forum/#!topic/redis-db/dPRdpowqJsY https://stackoverflow.com/questions/22729730/when-would-one-use-malloc-over-zmalloc This allocator is slower, not needed, and conflicts with Zlib (when linking statically). This patch removes Zmalloc in favor of the system allocator. Application developers can still choose to override the allocator in their applications, e.g. Jemalloc, TCMalloc, etc. Fixes #104 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
edge.c | ||
gvc.c | ||
json.c | ||
list.c | ||
Makefile.am | ||
match_entry.c | ||
memory.c | ||
node.c | ||
r3_debug.h | ||
slug.c | ||
slug.h | ||
str.c | ||
str.h | ||
token.c |