r3/tests
Michael Steinert b3dbf75da5 Remove zmalloc dependency
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
2018-07-10 08:20:46 -05:00
..
bench.c Remove zmalloc dependency 2018-07-10 08:20:46 -05:00
bench.h Fix copyright email 2014-06-27 13:24:40 +08:00
check_gvc.c Move private functions to private header files 2015-11-17 21:17:35 +08:00
check_json.c Fix r3 json writer 2015-11-18 14:27:28 +08:00
check_routes.c Remove zmalloc dependency 2018-07-10 08:20:46 -05:00
check_slug.c Remove zmalloc dependency 2018-07-10 08:20:46 -05:00
check_str_array.c Remove zmalloc dependency 2018-07-10 08:20:46 -05:00
check_tree.c Remove zmalloc dependency 2018-07-10 08:20:46 -05:00
CMakeLists.txt Cleanup CMake build files 2018-07-05 11:43:22 -05:00
Makefile.am Remove zmalloc dependency 2018-07-10 08:20:46 -05:00