aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-02Tune the jemalloc to reign in PSS.Christopher Ferris
2014-07-16Do not look for config data on the file system.Christopher Ferris
2014-07-16Remove call to __bionic_name_mem.Christopher Ferris
2014-07-14Make sure je_XX functions are not exposed.Christopher Ferris
2014-07-01Ensure the default purgeable zone is after the default zone on OS XMike Hommey
2014-07-01Add check for madvise(2) to configure.ac.Richard Diamond
2014-07-01Fix -Wsometimes-uninitialized warningsChris Peterson
2014-07-01Fix -Wsign-compare warningsChris Peterson
2014-07-01Don't catch fork()ing events for Native Client.Richard Diamond
2014-07-01Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond
2014-07-01Add size class computation capability.Jason Evans
2014-07-01Refactor huge allocation to be managed by arenas.Jason Evans
2014-07-01Add support for user-specified chunk allocators/deallocators.aravind
2014-07-01Fix coding sytle nits.Jason Evans
2014-07-01Simplify backtracing.Jason Evans
2014-07-01prof_backtrace: use unw_backtraceLucian Adrian Grijincu
2014-04-25Initial commit.Christopher Ferris
2014-04-16Refactor small_size2bin and small_bin2size.Jason Evans
2014-04-16Merge pull request #73 from bmaurer/smallmallocJason Evans
2014-04-16Create a const array with only a small bin to size mapBen Maurer
2014-04-16refactor profiling. only use a bytes till next sample variable.Ben Maurer
2014-04-16outline rare tcache_get codepathsBen Maurer
2014-04-15Optimize Valgrind integration.Jason Evans
2014-04-15Remove the "opt.valgrind" mallctl.Jason Evans
2014-04-15Remove the "arenas.purge" mallctl.Jason Evans
2014-04-15Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans
2014-04-14Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans
2014-04-11Remove support for non-prof-promote heap profiling metadata.Jason Evans
2014-04-10Merge pull request #70 from bmaurer/bitsplitrefactorJason Evans
2014-04-10refactoring for bits splittingBen Maurer
2014-04-05Don't dereference chunk->arena in free() hot pathBen Maurer
2014-03-29Merge pull request #59 from HarryWeppner/devJason Evans
2014-03-28Merge pull request #61 from mxw/huge-dss-precJason Evans
2014-03-28Consistently use debug lib(s) if presentHarald Weppner
2014-03-28Use arena dss prec instead of default for huge allocs.Max Wang
2014-03-25Fix a crashing case where arena_chunk_init_hard returns NULL.Chris Pride
2014-03-17Enable profiling / leak detection in FreeBSDHarald Weppner
2014-02-25Fix junk filling for mremap(2)-based huge reallocation.Jason Evans
2014-02-14Fix typoErwan Legrand
2014-01-22Test and fix malloc_printf("%%").Jason Evans
2014-01-21Fix unused variable warnings.Jason Evans
2014-01-17Add heap profiling tests.Jason Evans
2014-01-16Fix a variable prototype/definition mismatch.Jason Evans
2014-01-16Refactor prof_dump() to reduce contention.Jason Evans
2014-01-14Refactor prof_lookup() by extracting prof_lookup_global().Jason Evans
2014-01-14Refactor overly large/complex functions.Jason Evans
2014-01-12Extract profiling code from [re]allocation functions.Jason Evans
2014-01-07Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans
2014-01-06Add util unit tests, and fix discovered bugs.Jason Evans
2014-01-02Convert rtree from (void *) to (uint8_t) storage.Jason Evans