server-skynet-source-3rd-je.../src
Qi Wang c2fcf9c2cf Switch to fine-grained reentrancy support.
Previously we had a general detection and support of reentrancy, at the cost of
having branches and inc / dec operations on fast paths.  To avoid taxing fast
paths, we move the reentrancy operations onto tsd slow state, and only modify
reentrancy level around external calls (that might trigger reentrancy).
2017-04-14 19:48:06 -07:00
..
arena.c Switch to fine-grained reentrancy support. 2017-04-14 19:48:06 -07:00
base.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
bitmap.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
ckh.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
ctl.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
extent_dss.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
extent_mmap.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
extent.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
hash.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
hooks.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
jemalloc_cpp.cpp Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
jemalloc.c Switch to fine-grained reentrancy support. 2017-04-14 19:48:06 -07:00
large.c Pass dalloc_ctx down the sdalloc path. 2017-04-12 13:55:39 -07:00
malloc_io.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
mutex.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
nstime.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
pages.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
prng.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
prof.c Pass alloc_ctx down profiling path. 2017-04-12 13:55:39 -07:00
rtree.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
spin.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
stats.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
tcache.c Bundle 3 branches on fast path into tsd_state. 2017-04-14 16:58:08 -07:00
ticker.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
tsd.c Switch to fine-grained reentrancy support. 2017-04-14 19:48:06 -07:00
witness.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
zone.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00