1. d682870 Merge tag android-5.1.0_r1 into AOSP_5.1_MERGE by Shreyas Narayan · 9 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. fb79586 Tune the jemalloc to reign in PSS. by Christopher Ferris · 10 years ago
  3. 0f80425 Fix mallinfo data. by Christopher Ferris · 10 years ago
  4. 3f4f871 Merge "Do not munmap dead pages." into lmp-dev by Christopher Ferris · 10 years ago
  5. ef19c12 Do not munmap dead pages. by Christopher Ferris · 10 years ago
  6. 65ce8f3 Decrease default chunk size from 4MB to 1MB. by Christopher Ferris · 10 years ago
  7. 811bdf1 Remove stray include. by Christopher Ferris · 10 years ago
  8. 608a78f Make mallinfo count all arenas. by Christopher Ferris · 10 years ago
  9. ea3e483 Do not look for config data on the file system. by Christopher Ferris · 10 years ago
  10. 5654b23 Remove call to __bionic_name_mem. by Christopher Ferris · 10 years ago
  11. 88ac200 Make sure je_XX functions are not exposed. by Christopher Ferris · 10 years ago
  12. ccf5003 Fix __bionic_name_mem references. by Christopher Ferris · 10 years ago
  13. c2ad06c Add jemalloc tests. by Christopher Ferris · 10 years ago
  14. e690775 Fix scripts README. by Christopher Ferris · 10 years ago
  15. 9ebe2ac Update header files from new jemalloc changes. by Christopher Ferris · 10 years ago
  16. 5b8106e Allow to build with clang-cl by Mike Hommey · 10 years ago
  17. d91ac82 Ensure the default purgeable zone is after the default zone on OS X by Mike Hommey · 10 years ago
  18. 90ecea9 Support for iOS compilation by Valerii Hiora · 10 years ago
  19. 401e543 Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT test by Mike Hommey · 10 years ago
  20. e626625 Check for __builtin_ffsl before ffsl. by Mike Hommey · 10 years ago
  21. 3c95843 Add check for madvise(2) to configure.ac. by Richard Diamond · 10 years ago
  22. 338c9bf Fix -Wsometimes-uninitialized warnings by Chris Peterson · 10 years ago
  23. 932d77d Fix -Wsign-compare warnings by Chris Peterson · 10 years ago
  24. f7bb725 Don't catch fork()ing events for Native Client. by Richard Diamond · 10 years ago
  25. 2aa7fed Try to use __builtin_ffsl if ffsl is unavailable. by Richard Diamond · 10 years ago
  26. 15cb17e Fix fallback lg_floor() implementations. by Jason Evans · 10 years ago
  27. 8ba88b7 Make in-tree MSVC builds work by Mike Hommey · 10 years ago
  28. dc22ae5 Add -FS flag to support parallel builds with MSVC 2013 by Mike Hommey · 10 years ago
  29. c2bc2a4 Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 support by Mike Hommey · 10 years ago
  30. b945725 Fix thd_join on win64 by Mike Hommey · 10 years ago
  31. da74e77 Use KQU() rather than QU() where applicable. by Jason Evans · 10 years ago
  32. 8d8f9ae Add size class computation capability. by Jason Evans · 10 years ago
  33. 02adabf Use nallocx() rather than mallctl() to trigger initialization. by Jason Evans · 10 years ago
  34. 4d68f14 Make sure initialization occurs prior to running tests. by Jason Evans · 10 years ago
  35. 3fafd78 STATIC_PAGE_SHIFT for cross-compiling jemalloc by Daniel Micay · 10 years ago
  36. 63b08f6 Fixup after 3a730df (Avoid pointer arithmetic on void*[...]) by Mike Hommey · 10 years ago
  37. aebf3a5 Correctly return exit code from thd_join on Windows by Mike Hommey · 10 years ago
  38. dacbd75 Define INFINITY when it's not defined by Mike Hommey · 10 years ago
  39. f3e6d15 Move platform headers and tricks from jemalloc_internal.h.in to a new jemalloc_internal_decls.h header by Mike Hommey · 10 years ago
  40. 5fb0656 Use a configure test to detect the form of malloc_usable_size in malloc.h by Mike Hommey · 10 years ago
  41. 50544e6 Move __func__ to jemalloc_internal_macros.h by Mike Hommey · 10 years ago
  42. 8f4d78d Use ULL prefix instead of LLU for unsigned long longs by Mike Hommey · 10 years ago
  43. 33b16c7 Avoid pointer arithmetic on void* in test/integration/rallocx.c by Mike Hommey · 10 years ago
  44. ef84392 Rename "small" local variable, because windows headers #define it by Mike Hommey · 10 years ago
  45. b105e65 Use C99 varadic macros instead of GCC ones by Mike Hommey · 10 years ago
  46. f133ea6 Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJS by Mike Hommey · 10 years ago
  47. 24feae6 Replace variable arrays in tests with VARIABLE_ARRAY by Mike Hommey · 10 years ago
  48. 279df88 Define DLLEXPORT when building .jet objects by Mike Hommey · 10 years ago
  49. b666378 Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c by Mike Hommey · 10 years ago
  50. dc7a1eb Fix manual dependency on jemalloc_test.h by Mike Hommey · 10 years ago
  51. f37da98 Minor doc edit. by Jason Evans · 10 years ago
  52. 1214115 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  53. 59113bc Add support for user-specified chunk allocators/deallocators. by aravind · 10 years ago
  54. 641aa56 fix git handling of newlines on windows by Daniel Micay · 10 years ago
  55. 8888fdb Fix coding sytle nits. by Jason Evans · 10 years ago
  56. 73b37a9 Simplify backtracing. by Jason Evans · 10 years ago
  57. 835cc0a Update libunwind configuration check to look for unw_backtrace(). by Jason Evans · 10 years ago
  58. 3716407 prof_backtrace: use unw_backtrace by Lucian Adrian Grijincu · 10 years ago
  59. 18ff841 Create a simple je_mallinfo function. by Christopher Ferris · 10 years ago
  60. 5daf4e4 Initial commit. by Christopher Ferris · 10 years ago
  61. 3541a90 Refactor small_size2bin and small_bin2size. by Jason Evans · 10 years ago
  62. 0b49403 Fix debug-only compilation failures. by Jason Evans · 10 years ago
  63. 3e3caf0 Merge pull request #73 from bmaurer/smallmalloc by Jason Evans · 10 years ago
  64. 021136c Create a const array with only a small bin to size map by Ben Maurer · 10 years ago
  65. 6c39f9e refactor profiling. only use a bytes till next sample variable. by Ben Maurer · 10 years ago
  66. a7619b7 outline rare tcache_get codepaths by Ben Maurer · 10 years ago
  67. bd87b01 Optimize Valgrind integration. by Jason Evans · 10 years ago
  68. ecd3e59 Remove the "opt.valgrind" mallctl. by Jason Evans · 10 years ago
  69. a2c719b Remove the "arenas.purge" mallctl. by Jason Evans · 10 years ago
  70. 4d434ad Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. by Jason Evans · 10 years ago
  71. 644d414 Reverse the cc-silence default. by Jason Evans · 10 years ago
  72. 24a4ba7 Update MALLOCX_ARENA() documentation. by Jason Evans · 10 years ago
  73. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  74. 9b0cbf0 Remove support for non-prof-promote heap profiling metadata. by Jason Evans · 10 years ago
  75. f4e026f Merge pull request #70 from bmaurer/bitsplitrefactor by Jason Evans · 10 years ago
  76. f9ff603 refactoring for bits splitting by Ben Maurer · 10 years ago
  77. 82ae21b Merge pull request #68 from bmaurer/noderefarena by Jason Evans · 10 years ago
  78. be8e59f Don't dereference chunk->arena in free() hot path by Ben Maurer · 10 years ago
  79. 46c0af6 Merge branch 'dev' by Jason Evans · 10 years ago
  80. 8a26eac Add private namespace mangling for huge_dss_prec_get(). by Jason Evans · 10 years ago
  81. ff53631 Update ChangeLog for 3.6.0. by Jason Evans · 10 years ago
  82. 9c62ed4 Document how dss precedence affects huge allocation. by Jason Evans · 10 years ago
  83. 82abf6f Allow libgcc-based backtracing on x86. by Jason Evans · 10 years ago
  84. e181f5a Keep frame pointers if using gcc frame intrinsics. by Jason Evans · 10 years ago
  85. e64b1b7 Enable big-endian mode for SFMT. by Jason Evans · 10 years ago
  86. df3f270 Adapt hash tests to big-endian systems. by Jason Evans · 10 years ago
  87. ada8447 Reduce maximum tested alignment. by Jason Evans · 10 years ago
  88. ab8c79f Fix message formatting errors uncovered by p_test_fail() refactoring. by Jason Evans · 10 years ago
  89. e3f27cf Fix p_test_fail()'s va_list abuse. by Jason Evans · 10 years ago
  90. 9480a23 Merge pull request #59 from HarryWeppner/dev by Jason Evans · 10 years ago
  91. 57fb8e9 Merge pull request #61 from mxw/huge-dss-prec by Jason Evans · 10 years ago
  92. c2da259 Consistently use debug lib(s) if present by Harald Weppner · 10 years ago
  93. fbb3102 Use arena dss prec instead of default for huge allocs. by Max Wang · 10 years ago
  94. c2dcfd8 Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. by Jason Evans · 10 years ago
  95. 67fd1e0 Merge pull request #60 from telemenar/dev by Jason Evans · 10 years ago
  96. 20a8c78 Fix a crashing case where arena_chunk_init_hard returns NULL. by Chris Pride · 10 years ago
  97. 4bbf818 Consistently use debug lib(s) if present by Harald Weppner · 10 years ago
  98. bf543df Enable profiling / leak detection in FreeBSD by Harald Weppner · 10 years ago
  99. 9e20df1 Remove duplicate 'static' keyword. by Jason Evans · 10 years ago
  100. 7709a64 Merge branch 'dev' by Jason Evans · 10 years ago