1. b0fd501 Add the --with-install-suffix configure option. by Jason Evans · 14 years ago
  2. bbaaecb Convert .hgignore to .gitignore. by Jason Evans · 14 years ago
  3. e476f8a Refactor jemalloc.c into multiple source files. by Jason Evans · 14 years ago
  4. 64bd766 Support malloc() even after tcache destruction has occurred, since other tsd by Jason Evans · 15 years ago
  5. 79a7869 Fix some other minor build system bugs. by Jason Evans · 15 years ago
  6. e9db6c9 Add the S/s JEMALLOC_OPTIONS flags to enable/disable tcache bin sorting. by Jason Evans · 15 years ago
  7. 279e09d Enhance the H/h MALLOC_OPTIONS flags to control the number of tcache bin slots, by Jason Evans · 15 years ago
  8. 3f3ecfb Enhance the G/g MALLOC_OPTIONS flags to control GC sweep interval, rather than by Jason Evans · 15 years ago
  9. 952b7d1 Split run deallocation out of arena_dalloc_bin(), into arena_dalloc_bin_run(). by Jason Evans · 15 years ago
  10. 03c2237 Make malloc_stats_print() a public symbol, and make it repeatedly callable. by Jason Evans · 15 years ago
  11. 9ad4823 Simplify JEMALLOC_ATTR_* macros to become JEMALLOC_ATTR(). by Jason Evans · 15 years ago
  12. bf10ae6 Build libjemalloc_pic.a. by Jason Evans · 15 years ago
  13. 0b2368a Add the COPYING file, and consolidate copyright/licensing information. by Jason Evans · 15 years ago
  14. 41e008b Fix the 'clean' build target to delete binaries. by Jason Evans · 15 years ago
  15. e888879 Implement per size class stats collection for large objects. by Jason Evans · 15 years ago
  16. 45c128d Base maximum dirty page count on proportion of active memory. by Jason Evans · 15 years ago
  17. 6c8b13b Update description of --with-rpath. by Jason Evans · 15 years ago
  18. 94ad2b5 Use "lg" prefix rather than "2pow" suffix to indicate base 2 logarithms. by Jason Evans · 15 years ago
  19. d64d444 Modify pthread_create() wrapper such that isthreaded is only set once. by Jason Evans · 15 years ago
  20. f251814 Handle 0-size allocation requests in posix_memalign(). by Jason Evans · 15 years ago
  21. 84cbbcb Convert thread-specific caching from magazines, and implement incremental GC. by Jason Evans · 15 years ago
  22. b237816 Add support for medium size classes, [4KiB..32KiB], 2KiB apart by default. by Jason Evans · 15 years ago
  23. 6d7bb53 Remove opt_dss and opt_mmap, such that if DSS allocation is enabled, both DSS by Jason Evans · 15 years ago
  24. 5463a52 Streamline the fast path for magazine-based allocation/deallocation. by Jason Evans · 15 years ago
  25. 3ee7a5c Remove the dynamic rebalancing code, since magazines reduce its utility. by Jason Evans · 15 years ago
  26. 569432c Implement thread-aware allocation event tracing. by Jason Evans · 15 years ago
  27. 90895cf Add --with-jemalloc-prefix, which supports API mangling. by Jason Evans · 15 years ago
  28. bca042d Use __restrict rather than restrict. by Jason Evans · 15 years ago
  29. 87704ea Make sure that there are no more than 256 size clases, since size2bin can only by Jason Evans · 15 years ago
  30. 1517cc6 Integrate architecture portability fixes. by Jason Evans · 15 years ago
  31. a162402 Fix configure docs (--enable-lazy-lock --> --disable-lazy-lock). by Jason Evans · 15 years ago
  32. d3068c3 _pt_thread_death_internal(), which is part of Linux's nptl pthreads by Jason Evans · 15 years ago
  33. 6f89d4b Modify chunk_alloc_mmap() to support address space layout randomization (ASLR). by Jason Evans · 15 years ago
  34. a25d0a8 Update assertions in realloc() and free() to allow for deallocation during by Jason Evans · 15 years ago
  35. 662a017 Integrate mtrgraph and mtrplay. by Jason Evans · 15 years ago
  36. f3340ca Add configure tests for CFLAGS settings. by Jason Evans · 15 years ago
  37. b8f0a65 Fix various compiler warnings. by Jason Evans · 15 years ago
  38. a9b0125 Minor documentation and comment cleanups. by Jason Evans · 15 years ago
  39. cc00a15 Clean up the manpage and conditionalize various portions according to how by Jason Evans · 15 years ago
  40. b7924f5 Implement configuration system. by Jason Evans · 15 years ago
  41. 4450b83 Merge FreeBSD's malloc(3) and posix_memalign(3) manpages to create jemalloc(3). by Jason Evans · 15 years ago
  42. 804c9ec Fix various namespace issues. by Jason Evans · 15 years ago
  43. c9658dd Merge code from the original jemalloc_linux port. by Jason Evans · 15 years ago
  44. 289053c Import pristine FreeBSD sources. by Jason Evans · 15 years ago