server-skynet-source-3rd-je.../jemalloc/include/jemalloc
Jason Evans 47e57f9bda Avoid overflow in arena_run_regind().
Fix a regression due to:
    Remove an arena_bin_run_size_calc() constraint.
    2a6f2af6e4
The removed constraint required that small run headers fit in one page,
which indirectly limited runs such that they would not cause overflow in
arena_run_regind().  Add an explicit constraint to
arena_bin_run_size_calc() based on the largest number of regions that
arena_run_regind() can handle (2^11 as currently configured).
2011-03-22 09:00:56 -07:00
..
internal Avoid overflow in arena_run_regind(). 2011-03-22 09:00:56 -07:00
jemalloc_defs.h.in Use OSSpinLock*() for locking on OS X. 2011-03-18 19:30:18 -07:00
jemalloc.h.in Fix ALLOCM_LG_ALIGN definition. 2011-01-26 08:24:24 -08:00