Jason Evans 19b3d61892 Track dirty and clean runs separately.
Split arena->runs_avail into arena->runs_avail_{clean,dirty}, and
preferentially allocate dirty runs.
2010-03-18 20:36:40 -07:00
..
2010-03-17 16:27:39 -07:00
2009-06-23 19:01:18 -07:00
2009-06-23 19:01:18 -07:00
2009-06-23 19:01:18 -07:00
2010-03-03 16:38:07 -08:00
2010-03-17 16:27:39 -07:00
2009-06-23 19:01:18 -07:00
2010-03-03 16:38:07 -08:00

jemalloc is a general-purpose scalable concurrent malloc(3) implementation.

The INSTALL file contains information on how to configure, build, and install
jemalloc.