Jason Evans
9f3b0a74fd
Fix tests build when --with-install-suffix is set.
...
Add test/jemalloc_test.h.in, which is processed to include
jemalloc/jemalloc@install_suffix@.h, so that test programs can include
it without worrying about the install suffix.
2010-10-07 09:53:26 -07:00
Jason Evans
355b438c85
Fix compiler warnings.
...
Add --enable-cc-silence, which can be used to silence harmless warnings.
Fix an aliasing bug in ckh_pointer_hash().
2010-09-20 19:20:48 -07:00
Jason Evans
2dbecf1f62
Port to Mac OS X.
...
Add Mac OS X support, based in large part on the OS X support in
Mozilla's version of jemalloc.
2010-09-11 18:20:16 -07:00
Jason Evans
b267d0f86a
Add the thread.arena mallctl.
...
Make it possible for each thread to manage which arena it is associated
with.
Implement the 'tests' and 'check' build targets.
2010-08-13 17:36:00 -07:00