1. 01b3fe5 Add a0malloc(), a0calloc(), and a0free(). by Jason Evans · 13 years ago
  2. 633aaff Postpone mutex initialization on FreeBSD. by Jason Evans · 13 years ago
  3. 9d4d768 Finish renaming "arenas.pagesize" to "arenas.page". by Jason Evans · 13 years ago
  4. ae4c7b4 Clean up *PAGE* macros. by Jason Evans · 13 years ago
  5. f004737 Revert "Avoid NULL check in free() and malloc_usable_size()." by Jason Evans · 13 years ago
  6. 96d4120 Avoid NULL check in free() and malloc_usable_size(). by Jason Evans · 13 years ago
  7. 80b2593 Move last bit of zone initialization in zone.c, and lazy-initialize by Mike Hommey · 13 years ago
  8. 4eeb52f Remove vsnprintf() and strtoumax() validation. by Jason Evans · 13 years ago
  9. 3c2ba0d Avoid crashes when system libraries use the purgeable zone allocator by Mike Hommey · 13 years ago
  10. 71a93b8 Move zone registration to zone.c by Mike Hommey · 13 years ago
  11. 1a0e777 Add a SYS_write definition on systems where it is not defined in headers by Mike Hommey · 13 years ago
  12. e77fa59 Don't use pthread_atfork to register prefork/postfork handlers on OSX by Mike Hommey · 13 years ago
  13. d4be8b7 Add the "thread.tcache.enabled" mallctl. by Jason Evans · 13 years ago
  14. 2465bdf Check for NULL ptr in malloc_usable_size(). by Jason Evans · 13 years ago
  15. 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 · 13 years ago
  16. 5c89c50 Fix glibc hooks when using both --with-jemalloc-prefix and --with-mangling by Mike Hommey · 13 years ago
  17. 41b6afb Port to FreeBSD. by Jason Evans · 13 years ago
  18. 6da5418 Remove ephemeral mutexes. by Jason Evans · 13 years ago
  19. 9225a19 Add JEMALLOC_CC_SILENCE_INIT(). by Jason Evans · 13 years ago
  20. cd9a134 Implement tsd. by Jason Evans · 13 years ago
  21. 154829d Improve zone support for OSX by Mike Hommey · 13 years ago
  22. f4d0fc3 Unbreak mac after commit 4e2e3dd by Mike Hommey · 13 years ago
  23. e24c7af Invert NO_TLS to JEMALLOC_TLS. by Jason Evans · 13 years ago
  24. e7b8fa1 Rename the "tcache.flush" mallctl to "thread.tcache.flush". by Jason Evans · 13 years ago
  25. 4e2e3dd Fix fork-related bugs. by Jason Evans · 13 years ago
  26. 824d34e Modify malloc_vsnprintf() validation code. by Jason Evans · 13 years ago
  27. 0a0bbf6 Implement aligned_alloc(). by Jason Evans · 13 years ago
  28. 4c2faa8 Fix a regression in JE_COMPILABLE(). by Jason Evans · 13 years ago
  29. eb23981 Fix malloc_stats_print() option support. by Jason Evans · 13 years ago
  30. 2bb6c7a s/PRIx64/PRIxPTR/ for uintptr_t printf() argument. by Jason Evans · 13 years ago
  31. 7cca608 Remove extra '}'. by Jason Evans · 13 years ago
  32. d81e4bd Implement malloc_vsnprintf(). by Jason Evans · 13 years ago
  33. 4507f34 Remove the lg_tcache_gc_sweep option. by Jason Evans · 13 years ago
  34. b8c8be7 Use UINT64_C() rather than LLU for 64-bit constants. by Jason Evans · 13 years ago
  35. 7e77eaf Add the --disable-experimental option. by Jason Evans · 13 years ago
  36. 84f7cdb Rename prn to prng. by Jason Evans · 13 years ago
  37. 0a5489e Add --with-mangling. by Jason Evans · 13 years ago
  38. 166a745 Simplify zone_good_size(). by Jason Evans · 13 years ago
  39. 7e15dab Add nallocm(). by Jason Evans · 13 years ago
  40. 4bb0983 Use glibc allocator hooks. by Jason Evans · 13 years ago
  41. 5965631 Do not enforce minimum alignment in memalign(). by Jason Evans · 13 years ago
  42. 93c023d Remove unused variables in stats_print(). by Jason Evans · 13 years ago
  43. bdcadf4 Remove unused variable in arena_run_split(). by Jason Evans · 13 years ago
  44. d073a32 Enable the stats configuration option by default. by Jason Evans · 13 years ago
  45. c90ad71 Remove the sysv option. by Jason Evans · 13 years ago
  46. f081b88 Fix realloc(p, 0) to act like free(p). by Jason Evans · 13 years ago
  47. b172610 Simplify small size class infrastructure. by Jason Evans · 13 years ago
  48. 5389146 Remove the opt.lg_prof_bt_max option. by Jason Evans · 13 years ago
  49. 0b526ff Remove the opt.lg_prof_tcmax option. by Jason Evans · 13 years ago
  50. e7a1058 Fix bin->runcur management. by Jason Evans · 13 years ago
  51. 7468689 Remove highruns statistics. by Jason Evans · 13 years ago
  52. ef8897b Make 8-byte tiny size class non-optional. by Jason Evans · 13 years ago
  53. 6ffbbeb Silence compiler warnings. by Jason Evans · 13 years ago
  54. 962463d Streamline tcache-related malloc/free fast paths. by Jason Evans · 13 years ago
  55. 4162627 Remove the swap feature. by Jason Evans · 13 years ago
  56. fd56043 Remove magic. by Jason Evans · 13 years ago
  57. 7372b15 Reduce cpp conditional logic complexity. by Jason Evans · 13 years ago
  58. 334cc02 Fix malloc_stats_print(..., "a") output. by Jason Evans · 13 years ago
  59. 12a4887 Fix huge_ralloc to maintain chunk statistics. by Jason Evans · 13 years ago
  60. fa351d9 Fix huge_ralloc() race when using mremap(2). by Jason Evans · 13 years ago
  61. 30fbef8 Fix rallocm() test to support >4KiB pages. by Jason Evans · 13 years ago
  62. 8e6f8b4 Initialize arenas_tsd before setting it. by Jason Evans · 13 years ago
  63. a9076c9 Fix a prof-related race condition. by Jason Evans · 13 years ago
  64. 46405e6 Fix a prof-related bug in realloc(). by Jason Evans · 13 years ago
  65. 749c2a0 Add missing prof_malloc() call in allocm(). by Jason Evans · 13 years ago
  66. a507004 Fix off-by-one backtracing issues. by Jason Evans · 13 years ago
  67. b493ce2 Conditionalize an isalloc() call in rallocm(). by Jason Evans · 13 years ago
  68. 183ba50 Fix two prof-related bugs in rallocm(). by Jason Evans · 13 years ago
  69. 0cdd42e Clean up prof-related comments. by Jason Evans · 13 years ago
  70. 41b954e Use prof_tdata_cleanup() argument. by Jason Evans · 13 years ago
  71. f9a8edb Fix assertions in arena_purge(). by Jason Evans · 13 years ago
  72. f0b22cf Use LLU suffix for all 64-bit constants. by Jason Evans · 13 years ago
  73. 7427525 Move repo contents in jemalloc/ to top level. by Jason Evans · 14 years ago