server-skynet-source-3rd-je.../include
Qi Wang 94a88c26f4 Implement huge arena: opt.huge_threshold.
The feature allows using a dedicated arena for huge allocations.  We want the
addtional arena to separate huge allocation because: 1) mixing small extents
with huge ones causes fragmentation over the long run (this feature reduces VM
size significantly); 2) with many arenas, huge extents rarely get reused across
threads; and 3) huge allocations happen way less frequently, therefore no
concerns for lock contention.
2018-06-29 10:35:02 -07:00
..
jemalloc Implement huge arena: opt.huge_threshold. 2018-06-29 10:35:02 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00