summaryrefslogtreecommitdiffstats
path: root/jemalloc/include
Commit message (Expand)AuthorAgeFilesLines
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-0127-5415/+0
* Implement atomic operations for x86/x64.Jason Evans2011-03-241-0/+56
* Revert "Add support for libunwind backtrace caching."Jason Evans2011-03-231-3/+0
* Add support for libunwind backtrace caching.je@facebook.com2011-03-241-0/+3
* Fix error detection for ipalloc() when profiling.Jason Evans2011-03-231-21/+38
* Avoid overflow in arena_run_regind().Jason Evans2011-03-224-5/+11
* Dynamically adjust tcache fill count.Jason Evans2011-03-211-3/+21
* Use OSSpinLock*() for locking on OS X.Jason Evans2011-03-194-11/+41
* Add atomic operation support for OS X.Jason Evans2011-03-193-0/+38
* Add atomic.[ch].Jason Evans2011-03-191-0/+77
* Add the "stats.cactive" mallctl.Jason Evans2011-03-195-5/+42
* Improve thread-->arena assignment.Jason Evans2011-03-183-3/+15
* Use bitmaps to track small regions.Jason Evans2011-03-176-35/+280
* Improve backtracing-related configuration.Jason Evans2011-03-161-0/+3
* Clean up after arena_bin_info_t change.Jason Evans2011-03-161-7/+7
* Create arena_bin_info_t.Jason Evans2011-03-153-39/+70
* Reduce size of small_size2bin lookup table.Jason Evans2011-03-153-3/+10
* Expand a comment regarding geometric sampling.Jason Evans2011-03-151-2/+16
* Fix a cpp logic regression.Jason Evans2011-03-071-2/+2
* Build both PIC and no PIC static librariesArun Sharma2011-03-021-5/+0
* Fix style nits.Jason Evans2011-02-142-4/+4
* Fix "thread.{de,}allocatedp" mallctl.Jason Evans2011-02-141-30/+36
* Fix ALLOCM_LG_ALIGN definition.Jason Evans2011-01-261-1/+1
* Fix assertion typos.Jason Evans2011-01-151-1/+1
* Update various comments.Jason Evans2010-12-181-47/+38
* Remove high_water from tcache_bin_t.Jason Evans2010-12-161-6/+0
* Use mremap(2) for huge realloc().Jason Evans2010-12-015-2/+7
* Use madvise(..., MADV_FREE) on OS X.Jason Evans2010-10-241-6/+3
* Replace JEMALLOC_OPTIONS with MALLOC_CONF.Jason Evans2010-10-247-13/+19
* Fix heap profiling bugs.Jason Evans2010-10-223-17/+45
* Fix a heap profiling regression.Jason Evans2010-10-212-2/+110
* Inline the fast path for heap sampling.Jason Evans2010-10-212-25/+373
* Add per thread allocation counters, and enhance heap sampling.Jason Evans2010-10-212-87/+177
* Fix numerous arena bugs.Jason Evans2010-10-181-4/+2
* Increase PRN 'a' and 'c' constants.Jason Evans2010-10-031-1/+1
* Increase default backtrace depth from 4 to 128.Jason Evans2010-10-031-4/+7
* Make cumulative heap profile data optional.Jason Evans2010-10-032-21/+43
* Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.Jason Evans2010-10-021-6/+6
* Omit chunk header in arena chunk map.Jason Evans2010-10-024-10/+20
* Disable interval-based profile dumps by default.Jason Evans2010-10-011-1/+1
* Add the "arenas.purge" mallctl.Jason Evans2010-09-301-3/+4
* Fix compiler warnings and errors.Jason Evans2010-09-211-1/+2
* Fix compiler warnings.Jason Evans2010-09-212-15/+18
* Add memalign() and valloc() overrides.Jason Evans2010-09-201-0/+7
* Wrap strerror_r().Jason Evans2010-09-201-2/+3
* Add gcc attributes for *allocm() prototypes.Jason Evans2010-09-181-4/+6
* Add {,r,s,d}allocm().Jason Evans2010-09-174-18/+93
* Fix porting regressions.Jason Evans2010-09-121-2/+2
* Port to Mac OS X.Jason Evans2010-09-128-58/+333
* Add MAP_NORESERVE support.Jordan DeLong2010-05-111-0/+1