1. 9906660 Allow to build without exporting symbols by Mike Hommey · 12 years ago
  2. a3b3386 Avoid arena_prof_accum()-related locking when possible. by Jason Evans · 12 years ago
  3. 556ddc7 Update ChangeLog for 3.2.0. by Jason Evans · 12 years ago
  4. abf6739 Tweak chunk purge order according to fragmentation. by Jason Evans · 12 years ago
  5. ed90c97 document what stats.active does not track by Jan Beich · 12 years ago
  6. 847ff22 Don't register jemalloc's zone allocator if something else already replaced the system default zone by Mike Hommey · 12 years ago
  7. e3d1306 Purge unused dirty pages in a fragmentation-reducing order. by Jason Evans · 12 years ago
  8. 34457f5 Fix deadlock in the arenas.purge mallctl. by Jason Evans · 12 years ago
  9. 12efefb Fix dss/mmap allocation precedence code. by Jason Evans · 12 years ago
  10. 2b592b0 Update ChangeLog for 3.1.0. by Jason Evans · 12 years ago
  11. a5c80f8 Add ctl_mutex proection to arena_i_dss_ctl(). by Jason Evans · 12 years ago
  12. 609ae59 Add arena-specific and selective dss allocation. by Jason Evans · 12 years ago
  13. d0ffd8e mark _pthread_mutex_init_calloc_cb as public explicitly by Jan Beich · 12 years ago
  14. 2cc11ff Make malloc_usable_size() implementation consistent with prototype. by Jason Evans · 12 years ago
  15. 247d124 Drop const from malloc_usable_size() argument on Linux. by Jason Evans · 12 years ago
  16. b522592 Fix fork(2)-related mutex acquisition order. by Jason Evans · 12 years ago
  17. 20f1fc9 Fix fork(2)-related deadlocks. by Jason Evans · 12 years ago
  18. 7de9276 Fix mlockall()/madvise() interaction. by Jason Evans · 12 years ago
  19. f4c3f85 Fix error return value in thread_tcache_enabled_ctl(). by Jason Evans · 12 years ago
  20. 1d553f7 If sysconf() fails, the number of CPUs is reported as UINT_MAX, not 1 as it should be by Corey Richardson · 12 years ago
  21. 35579af Remove unused variable and branch (reported by clang-analzyer) by Corey Richardson · 12 years ago
  22. dd03a2e Define LG_QUANTUM for hppa. by Jason Evans · 12 years ago
  23. 5c710ce Remove const from __*_hook variable declarations. by Jason Evans · 12 years ago
  24. f1966e1 Update a comment. by Jason Evans · 12 years ago
  25. 174b70e Disable tcache by default if running inside Valgrind. by Jason Evans · 12 years ago
  26. 781fe75 Auto-detect whether running inside Valgrind. by Jason Evans · 12 years ago
  27. 3860eac Fix heap profiling crash for realloc(p, 0) case. by Jason Evans · 12 years ago
  28. cbb71ca Update ChangeLog for 3.0.0. by Jason Evans · 12 years ago
  29. 58ad1e4 Return early in _malloc_{pre,post}fork() if uninitialized. by Jason Evans · 12 years ago
  30. d8ceef6 Fix large calloc() zeroing bugs. by Jason Evans · 12 years ago
  31. 30fe12b Add arena chunk map assertions. by Jason Evans · 12 years ago
  32. 5b0c996 Refactor arena_run_alloc(). by Jason Evans · 12 years ago
  33. 53bd42c Update a comment. by Jason Evans · 12 years ago
  34. 80fe047 Generalize "stats.mapped" documentation. by Jason Evans · 12 years ago
  35. 37b6f95 Export je_memalign and je_valloc by Mike Hommey · 12 years ago
  36. a6770a7 Remove -fno-common compiler flag for OS X. by Mike Hommey · 12 years ago
  37. 2e671ff Add the --enable-mremap option. by Jason Evans · 12 years ago
  38. 374d26a Fix chunk_recycle() to stop leaking trailing chunks. by Jason Evans · 12 years ago
  39. de6fbdb Fix chunk_alloc_mmap() bugs. by Jason Evans · 12 years ago
  40. 34a8cf6 Fix a base allocator deadlock. by Jason Evans · 12 years ago
  41. c584fc7 Don't use sizeof() on a VARIABLE_ARRAY by Mike Hommey · 12 years ago
  42. 1d01206 Use "standard" printf prefixes instead of MSVC ones in inttypes.h by Mike Hommey · 12 years ago
  43. 79c4bca Use "hardcoded" dependencies when compiler doesn't support -MM by Mike Hommey · 12 years ago
  44. 3597e91 Allow je_malloc_message to be overridden when linking statically by Mike Hommey · 12 years ago
  45. 80737c3 Further optimize and harden arena_salloc(). by Jason Evans · 12 years ago
  46. 7bfecf4 Check for VALGRIND_RESIZEINPLACE_BLOCK support by Mike Hommey · 12 years ago
  47. 1b523da Fix partial rename of s/EXPORT/JEMALLOC_EXPORT/g. by Jason Evans · 12 years ago
  48. 9a7944f Update private namespace mangling. by Jason Evans · 12 years ago
  49. 889ec59 Make malloc_write() non-inline. by Jason Evans · 12 years ago
  50. 8d5865e Make CACHELINE a raw constant. by Jason Evans · 12 years ago
  51. 203484e Optimize malloc() and free() fast paths. by Jason Evans · 12 years ago
  52. fd97b1d Add support for MSVC by Mike Hommey · 12 years ago
  53. b45c57e Import msinttypes by Mike Hommey · 12 years ago
  54. da99e31 Replace JEMALLOC_ATTR with various different macros when it makes sense by Mike Hommey · 12 years ago
  55. 7cdea39 Few configure.ac adjustments by Mike Hommey · 12 years ago
  56. a14bce8 Use Get/SetLastError on Win32 by Mike Hommey · 12 years ago
  57. af04b74 Remove the VOID macro by Mike Hommey · 12 years ago
  58. 8b49971 Avoid variable length arrays and remove declarations within code by Mike Hommey · 12 years ago
  59. f278994 Fix more prof_tdata resurrection corner cases. by Jason Evans · 12 years ago
  60. 0050a0f Handle prof_tdata resurrection. by Jason Evans · 12 years ago
  61. 95ff6aa Don't set prof_tdata during thread cleanup. by Jason Evans · 12 years ago
  62. d926c90 Fix Valgrind URL in documentation. by Jason Evans · 12 years ago
  63. 3fb50b0 Fix a PROF_ALLOC_PREP() error path. by Jason Evans · 12 years ago
  64. 6b9ed67 Fix the "epoch" mallctl. by Jason Evans · 12 years ago
  65. f54166e Add missing Valgrind annotations. by Jason Evans · 12 years ago
  66. 7e06039 Fix quarantine_grow() bugs. by Jason Evans · 12 years ago
  67. 9cd351d Add usize sanity checking to quarantine. by Jason Evans · 12 years ago
  68. 577dd84 Handle quarantine resurrection during thread exit. by Jason Evans · 12 years ago
  69. 87667a8 Fix two CHILD() macro calls in the ctl tree. by Jason Evans · 12 years ago
  70. 65f343a Fix ctl regression. by Jason Evans · 12 years ago
  71. 598779a Don't link tests with superfluous libraries. by Jason Evans · 12 years ago
  72. 8694e2e Silence compiler warnings. by Jason Evans · 12 years ago
  73. 6716aa8 Force use of TLS if heap profiling is enabled. by Jason Evans · 12 years ago
  74. 079687b Clean up documentation and formatting. by Jason Evans · 12 years ago
  75. a4936ce Fix jemalloc.sh code generation. by Jason Evans · 12 years ago
  76. 461ad5c Avoid using a union for ctl_node_s by Mike Hommey · 12 years ago
  77. 40f514f Document MinGW support. by Jason Evans · 12 years ago
  78. 52386b2 Fix heap profiling bugs. by Jason Evans · 12 years ago
  79. a5288ca Remove unused #includes by Mike Hommey · 12 years ago
  80. 834f877 Remove #includes in tests by Mike Hommey · 12 years ago
  81. 14103d3 Fix intmax_t configure error message by Mike Hommey · 12 years ago
  82. 08e2221 Remove leftovers from the vsnprintf check in malloc_vsnprintf by Mike Hommey · 12 years ago
  83. a19e87f Add support for Mingw by Mike Hommey · 12 years ago
  84. a8f8d75 Remove mmap_unaligned. by Jason Evans · 12 years ago
  85. 7ad54c1 Fix chunk allocation/deallocation bugs. by Jason Evans · 12 years ago
  86. 8f0e0eb Fix a memory corruption bug in chunk_alloc_dss(). by Jason Evans · 12 years ago
  87. 606f1fd Put CONF_HANDLE_*() keys in quotes. by Jason Evans · 12 years ago
  88. bedceea Fix isthreaded-related build breakage. by Jason Evans · 12 years ago
  89. 918d6e2 Add missing private namespace mangling. by Jason Evans · 12 years ago
  90. 7d20fbc Don't mangle pthread_create(). by Jason Evans · 12 years ago
  91. f7088e6 Make arena_salloc() an inline function. by Jason Evans · 12 years ago
  92. 13067ec Remove extra argument for malloc_tsd_cleanup_register by Mike Hommey · 12 years ago
  93. 8ad483f Remove initialization of the non-TLS tsd wrapper from static memory by Mike Hommey · 12 years ago
  94. 7ff1ce4 Initialize all members of non-TLS tsd wrapper when creating it by Mike Hommey · 12 years ago
  95. 86e5858 Make special FreeBSD function overrides visible. by Jason Evans · 12 years ago
  96. 1ad5638 Fix malloc_vsnprintf handling of %o, %u and %x by Mike Hommey · 12 years ago
  97. 666c5bf Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls by Mike Hommey · 12 years ago
  98. e38e457 Add an abstraction layer for threading in tests by Mike Hommey · 12 years ago
  99. 188da7c Refactor object and library build, and only build PIC libraries when PIC_CFLAGS is defined by Mike Hommey · 12 years ago
  100. 85221d5 Make versioned shared library suffix configurable by Mike Hommey · 12 years ago