server-skynet-source-3rd-je.../include/jemalloc
David Goldblatt 08a4cc0969 Pairing heap: inline functions instead of macros.
By force-inlining everything that would otherwise be a macro, we get the same
effect (it's not clear in the first place that this is actually a good idea, but
it avoids making any changes to the existing performance profile).

This makes the code more maintainable (in anticipation of subsequent changes),
as well as making performance profiles and debug info more readable (we get
"real" line numbers, instead of making everything point to the macro definition
of all associated functions).
2021-08-02 15:02:49 -07:00
..
internal Pairing heap: inline functions instead of macros. 2021-08-02 15:02:49 -07:00
jemalloc_defs.h.in Add JEMALLOC_COLD, and mark some functions cold. 2021-01-04 14:55:49 -08:00
jemalloc_macros.h.in Add JEMALLOC_COLD, and mark some functions cold. 2021-01-04 14:55:49 -08:00
jemalloc_mangle.sh jemalloc_mangle.sh: set sh in strict mode 2017-12-11 23:35:20 -08:00
jemalloc_protos.h.in Mac: don't declare system functions as nothrow. 2020-03-26 14:11:24 -07:00
jemalloc_rename.sh Fix name mangling for stress tests. 2014-01-16 17:38:01 -08:00
jemalloc_typedefs.h.in Hide smallocx even when enabled from the library API 2018-10-17 07:12:28 -07:00
jemalloc.sh Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00