Jason Evans bc25a47ee0 Various minor cleanups.
Clean up whitespace.

Lock access of swap_avail when printing stats.

Use inttypes.h for portable printf() format specifiers, specifically for
uint64_t (PRIu64).

Change highchunks and curchunks stats from (unsigned long) to (size_t).
2010-01-24 16:41:01 -08:00
..
2010-01-24 16:41:01 -08: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
2009-06-23 19:01:18 -07:00
2009-06-23 19:01:18 -07:00

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

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