aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-12-04Add atomic operations tests and fix latent bugs.Jason Evans
2014-12-02Tune the jemalloc to reign in PSS.Christopher Ferris
2014-09-17Merge "Do not munmap dead pages." into lmp-devandroid-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-releaselollipop-devlollipop-cts-releaseChristopher Ferris
2014-09-16Do not munmap dead pages.Christopher Ferris
2014-07-30Decrease default chunk size from 4MB to 1MB.Christopher Ferris
2014-07-14Make sure je_XX functions are not exposed.Christopher Ferris
2014-07-01Update header files from new jemalloc changes.Christopher Ferris
2014-07-01Allow to build with clang-clMike Hommey
2014-07-01Add check for madvise(2) to configure.ac.Richard Diamond
2014-07-01Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond
2014-07-01Fix fallback lg_floor() implementations.Jason Evans
2014-07-01Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 s...Mike Hommey
2014-07-01Use KQU() rather than QU() where applicable.Jason Evans
2014-07-01Add size class computation capability.Jason Evans
2014-07-01Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...Mike Hommey
2014-07-01Move __func__ to jemalloc_internal_macros.hMike Hommey
2014-07-01Use ULL prefix instead of LLU for unsigned long longsMike Hommey
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-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-16Fix debug-only compilation failures.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-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-05Don't dereference chunk->arena in free() hot pathBen Maurer
2014-03-31Add private namespace mangling for huge_dss_prec_get().Jason Evans
2014-03-30Adapt hash tests to big-endian systems.Jason Evans
2014-03-28Use arena dss prec instead of default for huge allocs.Max Wang
2014-02-24Add workaround for missing 'restrict' keyword.Jason Evans
2014-01-28Avoid a compiler warning.Jason Evans
2014-01-21Remove __FBSDID from rb.h.Jason Evans
2014-01-17Add heap profiling tests.Jason Evans
2014-01-16Fix a variable prototype/definition mismatch.Jason Evans
2014-01-16Fix name mangling for stress tests.Jason Evans
2014-01-16Refactor prof_dump() to reduce contention.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
2014-01-02Add rtree unit tests.Jason Evans