server-skynet-source-3rd-je.../include/jemalloc
Jason Evans 962463d9b5 Streamline tcache-related malloc/free fast paths.
tcache_get() is inlined, so do the config_tcache check inside
tcache_get() and simplify its callers.

Make arena_malloc() an inline function, since it is part of the malloc()
fast path.

Remove conditional logic that cause build issues if --disable-tcache was
specified.
2012-02-13 12:29:49 -08:00
..
internal Streamline tcache-related malloc/free fast paths. 2012-02-13 12:29:49 -08:00
jemalloc_defs.h.in Remove the swap feature. 2012-02-13 10:56:17 -08:00
jemalloc.h.in Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00