server-skynet-source-3rd-je.../include/jemalloc
Jason Evans 203484e2ea Optimize malloc() and free() fast paths.
Embed the bin index for small page runs into the chunk page map, in
order to omit [...] in the following dependent load sequence:
  ptr-->mapelm-->[run-->bin-->]bin_info

Move various non-critcal code out of the inlined function chain into
helper functions (tcache_event_hard(), arena_dalloc_small(), and
locking).
2012-05-02 00:30:36 -07:00
..
internal Optimize malloc() and free() fast paths. 2012-05-02 00:30:36 -07:00
jemalloc_defs.h.in Add support for MSVC 2012-05-01 11:32:11 -07:00
jemalloc.h.in Replace JEMALLOC_ATTR with various different macros when it makes sense 2012-04-30 17:57:31 -07:00