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