aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-02Tune the jemalloc to reign in PSS.android-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1lollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaseChristopher Ferris
2014-10-10Fix mallinfo data.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-30Remove stray include.Christopher Ferris
2014-07-30Make mallinfo count all arenas.Christopher Ferris
2014-07-17Do not look for config data on the file system.Christopher Ferris
2014-07-17Remove call to __bionic_name_mem.Christopher Ferris
2014-07-14Make sure je_XX functions are not exposed.Christopher Ferris
2014-07-14Fix __bionic_name_mem references.Christopher Ferris
2014-07-08Add jemalloc tests.Christopher Ferris
2014-07-01Fix scripts README.Christopher Ferris
2014-07-01Update header files from new jemalloc changes.Christopher Ferris
2014-07-01Allow to build with clang-clMike Hommey
2014-07-01Ensure the default purgeable zone is after the default zone on OS XMike Hommey
2014-07-01Support for iOS compilationValerii Hiora
2014-07-01Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT testMike Hommey
2014-07-01Check for __builtin_ffsl before ffsl.Mike 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-01Fix fallback lg_floor() implementations.Jason Evans
2014-07-01Make in-tree MSVC builds workMike Hommey
2014-07-01Add -FS flag to support parallel builds with MSVC 2013Mike Hommey
2014-07-01Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 s...Mike Hommey
2014-07-01Fix thd_join on win64Mike Hommey
2014-07-01Use KQU() rather than QU() where applicable.Jason Evans
2014-07-01Add size class computation capability.Jason Evans
2014-07-01Use nallocx() rather than mallctl() to trigger initialization.Jason Evans
2014-07-01Make sure initialization occurs prior to running tests.Jason Evans
2014-07-01STATIC_PAGE_SHIFT for cross-compiling jemallocDaniel Micay
2014-07-01Fixup after 3a730df (Avoid pointer arithmetic on void*[...])Mike Hommey
2014-07-01Correctly return exit code from thd_join on WindowsMike Hommey
2014-07-01Define INFINITY when it's not definedMike Hommey
2014-07-01Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...Mike Hommey
2014-07-01Use a configure test to detect the form of malloc_usable_size in malloc.hMike 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-01Avoid pointer arithmetic on void* in test/integration/rallocx.cMike Hommey
2014-07-01Rename "small" local variable, because windows headers #define itMike Hommey
2014-07-01Use C99 varadic macros instead of GCC onesMike Hommey
2014-07-01Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJSMike Hommey
2014-07-01Replace variable arrays in tests with VARIABLE_ARRAYMike Hommey
2014-07-01Define DLLEXPORT when building .jet objectsMike Hommey
2014-07-01Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.cMike Hommey
2014-07-01Fix manual dependency on jemalloc_test.hMike Hommey
2014-07-01Minor doc edit.Jason Evans