1. 14103d3 Fix intmax_t configure error message by Mike Hommey · 12 years ago
  2. 08e2221 Remove leftovers from the vsnprintf check in malloc_vsnprintf by Mike Hommey · 12 years ago
  3. a19e87f Add support for Mingw by Mike Hommey · 12 years ago
  4. a8f8d75 Remove mmap_unaligned. by Jason Evans · 12 years ago
  5. 7ad54c1 Fix chunk allocation/deallocation bugs. by Jason Evans · 12 years ago
  6. 8f0e0eb Fix a memory corruption bug in chunk_alloc_dss(). by Jason Evans · 12 years ago
  7. 606f1fd Put CONF_HANDLE_*() keys in quotes. by Jason Evans · 12 years ago
  8. bedceea Fix isthreaded-related build breakage. by Jason Evans · 12 years ago
  9. 918d6e2 Add missing private namespace mangling. by Jason Evans · 12 years ago
  10. 7d20fbc Don't mangle pthread_create(). by Jason Evans · 12 years ago
  11. f7088e6 Make arena_salloc() an inline function. by Jason Evans · 12 years ago
  12. 13067ec Remove extra argument for malloc_tsd_cleanup_register by Mike Hommey · 12 years ago
  13. 8ad483f Remove initialization of the non-TLS tsd wrapper from static memory by Mike Hommey · 12 years ago
  14. 7ff1ce4 Initialize all members of non-TLS tsd wrapper when creating it by Mike Hommey · 12 years ago
  15. 86e5858 Make special FreeBSD function overrides visible. by Jason Evans · 12 years ago
  16. 1ad5638 Fix malloc_vsnprintf handling of %o, %u and %x by Mike Hommey · 12 years ago
  17. 666c5bf Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls by Mike Hommey · 12 years ago
  18. e38e457 Add an abstraction layer for threading in tests by Mike Hommey · 12 years ago
  19. 188da7c Refactor object and library build, and only build PIC libraries when PIC_CFLAGS is defined by Mike Hommey · 12 years ago
  20. 85221d5 Make versioned shared library suffix configurable by Mike Hommey · 12 years ago
  21. 78f7352 Clean up a few config-related conditionals/asserts. by Jason Evans · 12 years ago
  22. 0b25fe7 Update prof defaults to match common usage. by Jason Evans · 12 years ago
  23. 25a000e Update pprof (from gperftools 2.0). by Jason Evans · 12 years ago
  24. b57d3ec Add atomic(9) implementations of atomic operations. by Jason Evans · 12 years ago
  25. 45f208e Replace fprintf with malloc_printf in tests. by Mike Hommey · 12 years ago
  26. fa08da7 Limit the number of flags directly given to the linker, and refactor rpath by Mike Hommey · 12 years ago
  27. 5bee66d Add variables for library prefix, and static library, object and executable suffixes by Mike Hommey · 12 years ago
  28. 72ca722 Use echo instead of cat in loops in size_classes.sh by Mike Hommey · 12 years ago
  29. 2d04f5e Use make variables instead of preprocessing by Mike Hommey · 12 years ago
  30. 6f2ed70 Use $(LIBS) instead of -lpthread when linking tests by Mike Hommey · 12 years ago
  31. f5e0f52 Remove -dynamic CFLAG on OSX by Mike Hommey · 12 years ago
  32. 9ef7f5d Start preparing ChangeLog for 3.0.0 release. by Jason Evans · 12 years ago
  33. 59ae276 Add the --disable-munmap option. by Jason Evans · 12 years ago
  34. a398a6b Remove configure test cruft. by Jason Evans · 12 years ago
  35. 1dbfd5a Add/remove missing/cruft entries to/from private_namespace.h. by Jason Evans · 12 years ago
  36. 7ca0fdf Disable munmap() if it causes VM map holes. by Jason Evans · 12 years ago
  37. d6abcbb Always disable redzone by default. by Jason Evans · 12 years ago
  38. c751b1c Re-silence -MM compiler invocations. by Jason Evans · 12 years ago
  39. fd5c364 Use -MT options to build dependency files by Mike Hommey · 12 years ago
  40. 927893b Remove bogus dependency by Mike Hommey · 12 years ago
  41. b8325f9 Call base_boot before chunk_boot0 by Mike Hommey · 12 years ago
  42. 83c324a Use a stub replacement and disable dss when sbrk is not supported by Mike Hommey · 12 years ago
  43. 5ff709c Normalize aligned allocation algorithms. by Jason Evans · 12 years ago
  44. 122449b Implement Valgrind support, redzones, and quarantine. by Jason Evans · 12 years ago
  45. a1ee783 Rename labels. by Jason Evans · 12 years ago
  46. eae2690 Add alignment support to chunk_alloc(). by Mike Hommey · 12 years ago
  47. c5851ea Remove MAP_NORESERVE support by Mike Hommey · 12 years ago
  48. a8683fb Ignore whitespaces when comparing test results with expected output by Mike Hommey · 12 years ago
  49. 3701367 Always initialize tcache data structures. by Jason Evans · 12 years ago
  50. fad100b Remove arena_malloc_prechosen(). by Jason Evans · 12 years ago
  51. b147611 Add utrace(2)-based tracing (--enable-utrace). by Jason Evans · 12 years ago
  52. 02b2312 Fix threaded initialization and enable it on Linux. by Jason Evans · 12 years ago
  53. f3ca7c8 Add missing "opt.lg_tcache_max" mallctl implementation. by Jason Evans · 12 years ago
  54. 382132e Add missing include for ffsl() test. by Jason Evans · 12 years ago
  55. bbe53b1 Revert "Use ffsl() in ALLOCM_ALIGN()." by Jason Evans · 12 years ago
  56. 3cc1f1a Add tls_model configuration. by Jason Evans · 12 years ago
  57. 01b3fe5 Add a0malloc(), a0calloc(), and a0free(). by Jason Evans · 12 years ago
  58. 633aaff Postpone mutex initialization on FreeBSD. by Jason Evans · 12 years ago
  59. 48db616 Remove obsolete "config.dynamic_page_shift" mallctl documentation. by Jason Evans · 12 years ago
  60. 12a6845 Use $((...)) instead of expr. by Jason Evans · 12 years ago
  61. 9d4d768 Finish renaming "arenas.pagesize" to "arenas.page". by Jason Evans · 12 years ago
  62. ae4c7b4 Clean up *PAGE* macros. by Jason Evans · 12 years ago
  63. f004737 Revert "Avoid NULL check in free() and malloc_usable_size()." by Jason Evans · 12 years ago
  64. 96d4120 Avoid NULL check in free() and malloc_usable_size(). by Jason Evans · 12 years ago
  65. 80b2593 Move last bit of zone initialization in zone.c, and lazy-initialize by Mike Hommey · 12 years ago
  66. 722b370 Use ffsl() in ALLOCM_ALIGN(). by Jason Evans · 12 years ago
  67. 4eeb52f Remove vsnprintf() and strtoumax() validation. by Jason Evans · 12 years ago
  68. f2296de Clean up tsd (no functional changes). by Jason Evans · 12 years ago
  69. 09a0769 Work around TLS deallocation via free(). by Jason Evans · 12 years ago
  70. 3c2ba0d Avoid crashes when system libraries use the purgeable zone allocator by Mike Hommey · 12 years ago
  71. 71a93b8 Move zone registration to zone.c by Mike Hommey · 12 years ago
  72. 2cfe6d6 Change AC_COMPILE_IFELSE into AC_LINK_IFELSE for the __sync_{add, sub}_and_fetch() test by Mike Hommey · 12 years ago
  73. 1a0e777 Add a SYS_write definition on systems where it is not defined in headers by Mike Hommey · 12 years ago
  74. e77fa59 Don't use pthread_atfork to register prefork/postfork handlers on OSX by Mike Hommey · 12 years ago
  75. d4be8b7 Add the "thread.tcache.enabled" mallctl. by Jason Evans · 12 years ago
  76. fd4fcef Force the lazy-lock feature on FreeBSD. by Jason Evans · 12 years ago
  77. 2465bdf Check for NULL ptr in malloc_usable_size(). by Jason Evans · 12 years ago
  78. 5b3db09 Make zone_{free, realloc, free_definite_size} fallback to the system allocator if they are called with a pointer that jemalloc didn't allocate by Mike Hommey · 12 years ago
  79. 5c89c50 Fix glibc hooks when using both --with-jemalloc-prefix and --with-mangling by Mike Hommey · 12 years ago
  80. c1e567b Use __sync_add_and_fetch and __sync_sub_and_fetch when they are available by Mike Hommey · 12 years ago
  81. 1e6138c Remove malloc_mutex_trylock(). by Jason Evans · 12 years ago
  82. 41b6afb Port to FreeBSD. by Jason Evans · 13 years ago
  83. 6da5418 Remove ephemeral mutexes. by Jason Evans · 12 years ago
  84. b80581d Forcibly disable TLS on OS X. by Jason Evans · 12 years ago
  85. 9022bf9 Remove -no-cpp-precomp compiler flag for OS X. by Jason Evans · 12 years ago
  86. 06304a9 Restructure atomic_*_z(). by Jason Evans · 12 years ago
  87. 9225a19 Add JEMALLOC_CC_SILENCE_INIT(). by Jason Evans · 12 years ago
  88. cd9a134 Implement tsd. by Jason Evans · 12 years ago
  89. 154829d Improve zone support for OSX by Mike Hommey · 12 years ago
  90. f4d0fc3 Unbreak mac after commit 4e2e3dd by Mike Hommey · 12 years ago
  91. 650285d Generalize dlsym() configuration. by Jason Evans · 12 years ago
  92. e24c7af Invert NO_TLS to JEMALLOC_TLS. by Jason Evans · 12 years ago
  93. f3e139a Use AC_LINK_IFELSE() rather than AC_RUN_IFELSE() in JE_COMPILABLE(). by Jason Evans · 12 years ago
  94. 7091b41 Fix various documentation formatting regressions. by Jason Evans · 12 years ago
  95. e7b8fa1 Rename the "tcache.flush" mallctl to "thread.tcache.flush". by Jason Evans · 12 years ago
  96. 39006f9 Look for pthreads functionality in libc. by Jason Evans · 12 years ago
  97. 6508bc6 Remove #include <sys/sysctl.h>. by Jason Evans · 12 years ago
  98. 4e2e3dd Fix fork-related bugs. by Jason Evans · 12 years ago
  99. 824d34e Modify malloc_vsnprintf() validation code. by Jason Evans · 12 years ago
  100. 0a0bbf6 Implement aligned_alloc(). by Jason Evans · 12 years ago