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
..
2012-05-01 11:32:11 -07:00
2012-03-13 16:31:41 -07:00
2012-04-21 19:17:21 -07:00
2012-04-21 19:17:21 -07:00
2012-03-02 15:59:45 -08:00
2012-04-23 19:31:45 -07:00
2012-03-07 16:19:19 -08:00
2012-03-13 16:31:41 -07:00
2012-02-28 16:50:47 -08:00
2012-04-21 21:27:46 -07:00
2012-03-02 15:59:45 -08:00
2011-11-01 20:48:31 -07:00
2012-03-07 16:19:19 -08:00
2012-04-21 21:27:46 -07:00