1. 7cc4c46 jemalloc: apply recommended optimizations by Alex Naidis · 8 years ago int/n/fp2
  2. 84ab79d jemalloc: explicitly use C11 by Alex Naidis · 7 years ago
  3. 517976f Update sanitize property format by Colin Cross · 8 years ago
  4. 0879532 Improve performance of jemalloc svelte config. by Christopher Ferris · 8 years ago
  5. 474a8fd Fix potential chunk leaks. am: 1ae9287a1a by Jason Evans · 8 years ago
  6. 1ae9287 Fix potential chunk leaks. by Jason Evans · 8 years ago
  7. c3c4b61 Fix iteration over huge allocations am: 1e14731d71 by Colin Cross · 8 years ago
  8. 1e14731 Fix iteration over huge allocations by Colin Cross · 8 years ago
  9. 1d84ae7 Update Android.bp for 4.1.0 update. by Dan Willemsen · 8 years ago
  10. 41f26cb Update Android.bp with Malloc_not_svelte by Dan Willemsen · 8 years ago
  11. 8e504da Fix unaligned access in hash data. by Christopher Ferris · 8 years ago
  12. 54d4dfa Update generated files for 4.1.0 update. by Christopher Ferris · 8 years ago
  13. e429403 Merge remote-tracking branch 'aosp/upstream-dev' into merge by Christopher Ferris · 8 years ago
  14. 10071f2 Revert "Fix the ckh unit test." by Christopher Ferris · 8 years ago
  15. c48c53a Revert "Fix leak of arenas_cache in tsd cleanup." by Christopher Ferris · 8 years ago
  16. 368f61e Add je_iterate, je_malloc_disable, and je_malloc_enable by Colin Cross · 8 years ago
  17. da88254 Fix leak of arenas_cache in tsd cleanup. by Christopher Ferris · 8 years ago
  18. 14d6af1 Fix the ckh unit test. by Christopher Ferris · 8 years ago
  19. ad6417c Update generated files for jemalloc. by Christopher Ferris · 8 years ago
  20. 6be84e0 Merge remote-tracking branch 'aosp/upstream-dev' into merge by Christopher Ferris · 8 years ago
  21. d1acd1b Pass retain and exclude parameters to /pprof/symbol. by Jason Evans · 8 years ago
  22. f459d5a Detect failed profile fetches by Dave Watson · 8 years ago
  23. fdbb950 Don't discard curl options if timeout is not defined. by Dave Watson · 8 years ago
  24. 9cb481a Call malloc_test_boot0() from malloc_init_hard_recursible(). by Cosmin Paraschiv · 8 years ago
  25. c43b70f Add svelte configuration for jemalloc. by Josh Gao · 8 years ago
  26. f0f4585 Move jemalloc to cc_test (without gtest) by Dan Willemsen · 8 years ago
  27. 7027478 Fix some warnings by Colin Cross · 8 years ago
  28. 89d0f3c Update jemalloc Android.bp to include tests by Colin Cross · 9 years ago
  29. 3dd4001 Revert "Use -O1 for jemalloc unit tests" by Colin Cross · 8 years ago
  30. 43de1b3 Implement --retain and --exclude in jeprof. by Jason Evans · 8 years ago
  31. 3a92319 Use AC_CONFIG_AUX_DIR([build-aux]). by Jason Evans · 9 years ago
  32. f9e3459 Tweak code to allow compilation of concatenated src/*.c sources. by Jason Evans · 9 years ago
  33. a6ec1c8 Fix a comment. by Jason Evans · 9 years ago
  34. ea59ebf Reuse previously computed value by Dmitry-Me · 9 years ago
  35. f4a0f32 Fast-path improvement: reduce # of branches and unnecessary operations. by Qi Wang · 9 years ago
  36. 710ca11 Add test for tree destruction by Joshua Kahn · 9 years ago
  37. e8ab0ab Add function to destroy tree by Joshua Kahn · 9 years ago
  38. 13b4015 Allow const keys for lookup by Joshua Kahn · 9 years ago
  39. bd418ce Assert compact color bit is unused by Steve Dougherty · 9 years ago
  40. f97298b Remove arena_run_dalloc_decommit(). by Mike Hommey · 9 years ago
  41. 566d4c0 use correct macro definitions for clang-cl by Nathan Froyd · 9 years ago
  42. 606ae49 Integrate raw heap profile support into jeprof. by Jason Evans · 9 years ago
  43. 91010a9 Merge branch 'dev' by Jason Evans · 9 years ago
  44. be41347 Update ChangeLog for 4.0.4. by Jason Evans · 9 years ago
  45. ea7449f Fix a manual editing error. by Jason Evans · 9 years ago
  46. fed1f9f Fix intermittent xallocx() test failures. by Jason Evans · 9 years ago
  47. 37879da am be772b81: am 4978c144: Use -O1 for jemalloc unit tests by Colin Cross · 9 years ago
  48. be772b8 am 4978c144: Use -O1 for jemalloc unit tests by Colin Cross · 9 years ago
  49. 4978c14 Use -O1 for jemalloc unit tests by Colin Cross · 9 years ago
  50. a784e41 Fix a xallocx(..., MALLOCX_ZERO) bug. by Jason Evans · 9 years ago
  51. e9192ea Merge branch 'dev' by Jason Evans · 9 years ago
  52. 0270968 Update ChangeLog for 4.0.3. by Jason Evans · 9 years ago
  53. 044047f Remove fragile xallocx() test case. by Jason Evans · 9 years ago
  54. d36c7eb Work around an NPTL-specific TSD issue. by Jason Evans · 9 years ago
  55. 03eb37e Make mallocx() OOM test more robust. by Jason Evans · 9 years ago
  56. d260f44 Fix xallocx(..., MALLOCX_ZERO) bugs. by Jason Evans · 9 years ago
  57. fb64ec2 Fix prof_tctx_dump_iter() to filter. by Jason Evans · 9 years ago
  58. 486d249 Merge branch 'dev' by Jason Evans · 9 years ago
  59. b8e966f Update ChangeLog for 4.0.2. by Jason Evans · 9 years ago
  60. 66814c1 Fix tsd_boot1() to use explicit 'void' parameter list. by Craig Rodrigues · 9 years ago
  61. e56b24e Make arena_dalloc_large_locked_impl() static. by Jason Evans · 9 years ago
  62. 2152329 Add mallocx() OOM tests. by Jason Evans · 9 years ago
  63. 4d0e162 Expand check_integration_prof testing. by Jason Evans · 9 years ago
  64. 3ca0cf6 Fix prof_alloc_rollback(). by Jason Evans · 9 years ago
  65. ffca7eb am 20cb8c05: am 1bd78896: Add Android.bp for jemalloc by Dan Willemsen · 9 years ago
  66. 20cb8c0 am 1bd78896: Add Android.bp for jemalloc by Dan Willemsen · 9 years ago
  67. 3263be6 Simplify imallocx_prof_sample(). by Jason Evans · 9 years ago
  68. 4be9c79 Fix irallocx_prof_sample(). by Jason Evans · 9 years ago
  69. 38e2c8f Fix ixallocx_prof_sample(). by Jason Evans · 9 years ago
  70. 1bd7889 Add Android.bp for jemalloc by Dan Willemsen · 9 years ago
  71. 6805d49 am 66dd66a0: am 6c1bfbf4: Fix build problem. by Christopher Ferris · 9 years ago
  72. 66dd66a am 6c1bfbf4: Fix build problem. by Christopher Ferris · 9 years ago
  73. 9898051 Merge branch 'dev' by Jason Evans · 9 years ago
  74. 1d7540c Update ChangeLog for 4.0.1. by Jason Evans · 9 years ago
  75. 65b940a Loosen expected xallocx() results. by Jason Evans · 9 years ago
  76. 345c1b0 Link test to librt if it contains clock_gettime(2). by Jason Evans · 9 years ago
  77. 9a505b7 Centralize xallocx() size[+extra] overflow checks. by Jason Evans · 9 years ago
  78. aca490f Add more xallocx() overflow tests. by Jason Evans · 9 years ago
  79. 1cc64b9 am a2f24293: am 6f50cbc9: Regenerate files and re-add android changes. by Christopher Ferris · 9 years ago
  80. 617615f am 29a91f74: am 36629d29: Merge remote-tracking branch \'aosp/upstream-dev\' into merge by Christopher Ferris · 9 years ago
  81. 6c1bfbf Fix build problem. by Christopher Ferris · 9 years ago
  82. a2f2429 am 6f50cbc9: Regenerate files and re-add android changes. by Christopher Ferris · 9 years ago
  83. 29a91f7 am 36629d29: Merge remote-tracking branch \'aosp/upstream-dev\' into merge by Christopher Ferris · 9 years ago
  84. 78ae1ac Reduce variable scope. by Dmitry-Me · 9 years ago
  85. 6d91929 Address portability issues on Solaris. by Jason Evans · 9 years ago
  86. 8c485b0 Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS. by Jason Evans · 9 years ago
  87. 0108b1f Don't run stress tests as part of check target. by Jason Evans · 9 years ago
  88. 708ed79 Resolve an unsupported special case in arena_prof_tctx_set(). by Jason Evans · 9 years ago
  89. ea8d97b Fix prof_{malloc,free}_sample_object() call order in prof_realloc(). by Jason Evans · 9 years ago
  90. 23f6e10 Fix ixallocx_prof_sample() argument order reversal. by Jason Evans · 9 years ago
  91. ce9a4e3 s/max_usize/usize_max/g by Jason Evans · 9 years ago
  92. d970404 s/oldptr/old_ptr/g by Jason Evans · 9 years ago
  93. cec0d63 Make one call to prof_active_get_unlocked() per allocation event. by Jason Evans · 9 years ago
  94. ef363de Fix irealloc_prof() to prof_alloc_rollback() on OOM. by Jason Evans · 9 years ago
  95. 46ff049 Optimize irallocx_prof() to optimistically update the sampler state. by Jason Evans · 9 years ago
  96. 4acb6c7 Fix ixallocx_prof() size+extra overflow. by Jason Evans · 9 years ago
  97. 6f50cbc Regenerate files and re-add android changes. by Christopher Ferris · 9 years ago
  98. 8f57e3f Remove check_stress from check target's dependencies. by Jason Evans · 9 years ago
  99. 676df88 Rename arena_maxclass to large_maxclass. by Jason Evans · 9 years ago
  100. 560a4e1 Fix xallocx() bugs. by Jason Evans · 9 years ago