1. fbb504d Don't implicitly enable interval-based profiling. by Jason Evans · 14 years ago
  2. f894f74 Fix a bug in nmalloc stats. by Jason Evans · 14 years ago
  3. 65aae2c Fix a man page typo. by Jason Evans · 14 years ago
  4. 3b5ee5e Fix #include ordering for mb.h. by Jason Evans · 14 years ago
  5. 59e9be0 Avoid extra dumping for JEMALLOC_OPTIONS=L. by Jason Evans · 14 years ago
  6. cd90fca Wrap mallctl* references with JEMALLOC_P(). by Jason Evans · 14 years ago
  7. 376b152 Restructure source tree. by Jason Evans · 14 years ago
  8. fe5faa2 Remove tracing (--enable-trace). by Jason Evans · 14 years ago
  9. d34f9e7 Implement interval-based heap profile dumping. by Jason Evans · 14 years ago
  10. b01a6c2 Add JEMALLOC_PROF_PREFIX support. by Jason Evans · 14 years ago
  11. c717718 Dump /proc/<pid>/maps in heap profiles. by Jason Evans · 14 years ago
  12. 3383af6 Fix a profiling bootstrap bug. by Jason Evans · 14 years ago
  13. b27805b Various heap profiling improvements. by Jason Evans · 14 years ago
  14. 6109fe0 Implement allocation profiling and leack checking. by Jason Evans · 14 years ago
  15. 1366826 Fix some comments and whitespace. by Jason Evans · 15 years ago
  16. 990d10c Fix large object stats collection bugs. by Jason Evans · 15 years ago
  17. a0bf242 Fix bootstrapping crash. by Jason Evans · 15 years ago
  18. d8f565f Remove tcache bin sorting during flush. by Jason Evans · 15 years ago
  19. c66aaf1 Statistics fixes and cleanup. by Jason Evans · 15 years ago
  20. 4fb7f51 Fix a chunk leak in chunk_alloc_mmap(). by Jason Evans · 15 years ago
  21. 9583331 madvise(..., MADV_{RANODOM,NOSYNC}) swap files. by Jason Evans · 15 years ago
  22. 3c23435 Implement mallctl{nametomib,bymib}(). by Jason Evans · 15 years ago
  23. fbbb624 Simplify malloc_{pre,post}fork(). by Jason Evans · 15 years ago
  24. 68ddb67 Print merged arena stats iff multiple arenas. by Jason Evans · 15 years ago
  25. 41631d0 Modify chunk_alloc() to support optional zeroing. by Jason Evans · 15 years ago
  26. bc25a47 Various minor cleanups. by Jason Evans · 15 years ago
  27. 4201af0 Add the --enable-swap configure option. by Jason Evans · 15 years ago
  28. ed1bf45 Add the w4opaque argument to numerous functions. by Jason Evans · 15 years ago
  29. b34e868 Add merged arena stats printing. by Jason Evans · 15 years ago
  30. 3363a84 Merge branch 'disable-tls' by Jason Evans · 15 years ago
  31. 00b5c93 Add the write4 parameter to malloc_stats_print(). by Jason Evans · 15 years ago
  32. 78d815c Add the --disable-tls configure option. by Jason Evans · 15 years ago
  33. b0fd501 Add the --with-install-suffix configure option. by Jason Evans · 15 years ago
  34. bbaaecb Convert .hgignore to .gitignore. by Jason Evans · 15 years ago
  35. e476f8a Refactor jemalloc.c into multiple source files. by Jason Evans · 15 years ago
  36. 64bd766 Support malloc() even after tcache destruction has occurred, since other tsd by Jason Evans · 15 years ago
  37. 79a7869 Fix some other minor build system bugs. by Jason Evans · 15 years ago
  38. e9db6c9 Add the S/s JEMALLOC_OPTIONS flags to enable/disable tcache bin sorting. by Jason Evans · 15 years ago
  39. 279e09d Enhance the H/h MALLOC_OPTIONS flags to control the number of tcache bin slots, by Jason Evans · 15 years ago
  40. 3f3ecfb Enhance the G/g MALLOC_OPTIONS flags to control GC sweep interval, rather than by Jason Evans · 15 years ago
  41. 952b7d1 Split run deallocation out of arena_dalloc_bin(), into arena_dalloc_bin_run(). by Jason Evans · 15 years ago
  42. 03c2237 Make malloc_stats_print() a public symbol, and make it repeatedly callable. by Jason Evans · 15 years ago
  43. 9ad4823 Simplify JEMALLOC_ATTR_* macros to become JEMALLOC_ATTR(). by Jason Evans · 15 years ago
  44. bf10ae6 Build libjemalloc_pic.a. by Jason Evans · 15 years ago
  45. 0b2368a Add the COPYING file, and consolidate copyright/licensing information. by Jason Evans · 15 years ago
  46. 41e008b Fix the 'clean' build target to delete binaries. by Jason Evans · 15 years ago
  47. e888879 Implement per size class stats collection for large objects. by Jason Evans · 15 years ago
  48. 45c128d Base maximum dirty page count on proportion of active memory. by Jason Evans · 15 years ago
  49. 6c8b13b Update description of --with-rpath. by Jason Evans · 15 years ago
  50. 94ad2b5 Use "lg" prefix rather than "2pow" suffix to indicate base 2 logarithms. by Jason Evans · 15 years ago
  51. d64d444 Modify pthread_create() wrapper such that isthreaded is only set once. by Jason Evans · 15 years ago
  52. f251814 Handle 0-size allocation requests in posix_memalign(). by Jason Evans · 15 years ago
  53. 84cbbcb Convert thread-specific caching from magazines, and implement incremental GC. by Jason Evans · 15 years ago
  54. b237816 Add support for medium size classes, [4KiB..32KiB], 2KiB apart by default. by Jason Evans · 15 years ago
  55. 6d7bb53 Remove opt_dss and opt_mmap, such that if DSS allocation is enabled, both DSS by Jason Evans · 15 years ago
  56. 5463a52 Streamline the fast path for magazine-based allocation/deallocation. by Jason Evans · 15 years ago
  57. 3ee7a5c Remove the dynamic rebalancing code, since magazines reduce its utility. by Jason Evans · 15 years ago
  58. 569432c Implement thread-aware allocation event tracing. by Jason Evans · 15 years ago
  59. 90895cf Add --with-jemalloc-prefix, which supports API mangling. by Jason Evans · 15 years ago
  60. bca042d Use __restrict rather than restrict. by Jason Evans · 15 years ago
  61. 87704ea Make sure that there are no more than 256 size clases, since size2bin can only by Jason Evans · 15 years ago
  62. 1517cc6 Integrate architecture portability fixes. by Jason Evans · 15 years ago
  63. a162402 Fix configure docs (--enable-lazy-lock --> --disable-lazy-lock). by Jason Evans · 15 years ago
  64. d3068c3 _pt_thread_death_internal(), which is part of Linux's nptl pthreads by Jason Evans · 15 years ago
  65. 6f89d4b Modify chunk_alloc_mmap() to support address space layout randomization (ASLR). by Jason Evans · 15 years ago
  66. a25d0a8 Update assertions in realloc() and free() to allow for deallocation during by Jason Evans · 15 years ago
  67. 662a017 Integrate mtrgraph and mtrplay. by Jason Evans · 15 years ago
  68. f3340ca Add configure tests for CFLAGS settings. by Jason Evans · 15 years ago
  69. b8f0a65 Fix various compiler warnings. by Jason Evans · 15 years ago
  70. a9b0125 Minor documentation and comment cleanups. by Jason Evans · 15 years ago
  71. cc00a15 Clean up the manpage and conditionalize various portions according to how by Jason Evans · 15 years ago
  72. b7924f5 Implement configuration system. by Jason Evans · 15 years ago
  73. 4450b83 Merge FreeBSD's malloc(3) and posix_memalign(3) manpages to create jemalloc(3). by Jason Evans · 15 years ago
  74. 804c9ec Fix various namespace issues. by Jason Evans · 15 years ago
  75. c9658dd Merge code from the original jemalloc_linux port. by Jason Evans · 15 years ago
  76. 289053c Import pristine FreeBSD sources. by Jason Evans · 15 years ago