Skip to content
  1. Jan 03, 2010
  2. Dec 29, 2009
  3. Nov 13, 2009
  4. Nov 10, 2009
  5. Nov 09, 2009
  6. Jul 02, 2009
  7. Jul 01, 2009
  8. Jun 29, 2009
  9. Jun 27, 2009
  10. Jun 26, 2009
  11. Jun 24, 2009
    • Jason Evans's avatar
      Implement configuration system. · b7924f50
      Jason Evans authored
      Implement minimal Makefile.
      
      Make compile-time-optional jemalloc features controllable via configure
      options (debug, stats, tiny, mag, balance, dss).
      
      Conditionally exclude most of the opt_* run-time options, based on configure
      options (fill, xmalloc, sysv).
      
      Implement optional --enable-dynamic-page-shift.
      
      Implement optional --enable-lazy-lock.
      
      Re-order malloc_init_hard() and use the malloc_initializer variable to support
      recursive allocation in malloc_ncpus().
      
      Add mag_rack_tsd in order to receive notifications of thread termination.
      
      Add jemalloc.h.
      b7924f50
  12. Jun 23, 2009
  13. Jun 22, 2009