server-skynet-source-3rd-je.../include
Qi Wang 5aa46f027d Bypass extent tracking for auto arenas.
Tracking extents is required by arena_reset.  To support this, the extent
linkage was used for tracking 1) large allocations, and 2) full slabs.  However
modifying the extent linkage could be an expensive operation as it likely incurs
cache misses.  Since we forbid arena_reset on auto arenas, let's bypass the
linkage operations for auto arenas.
2017-04-21 00:29:18 -07:00
..
jemalloc Bypass extent tracking for auto arenas. 2017-04-21 00:29:18 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00