server-skynet-source-3rd-je.../include
Qi Wang ba0e35411c Rework the bin locking around tcache refill / flush.
Previously, tcache fill/flush (as well as small alloc/dalloc on the arena) may
potentially drop the bin lock for slab_alloc and slab_dalloc.  This commit
refactors the logic so that the slab calls happen in the same function / level
as the bin lock / unlock.  The main purpose is to be able to use flat combining
without having to keep track of stack state.

In the meantime, this change reduces the locking, especially for slab_dalloc
calls, where nothing happens after the call.
2020-02-13 23:31:54 -08:00
..
jemalloc Rework the bin locking around tcache refill / flush. 2020-02-13 23:31:54 -08:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00