summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix tests build when --with-install-suffix is set.Jason Evans2010-10-078-11/+19
| * Move variable declaration out of for loop header.Jason Evans2010-10-071-1/+2
| * Increase PRN 'a' and 'c' constants.Jason Evans2010-10-032-2/+2
| * Fix leak context count reporting.Jason Evans2010-10-031-3/+3
| * Increase default backtrace depth from 4 to 128.Jason Evans2010-10-033-10/+59
| * Make cumulative heap profile data optional.Jason Evans2010-10-038-124/+328
| * Print prof-libgcc configure setting.Jason Evans2010-10-031-0/+1
| * Remove malloc_swap_enable().Jason Evans2010-10-021-17/+0
| * Update pprof from google-perftools 1.6.Jason Evans2010-10-021-180/+608
| * Use offsetof() when sizing dynamic structures.Jason Evans2010-10-023-6/+7
| * Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.Jason Evans2010-10-022-26/+32
| * Omit chunk header in arena chunk map.Jason Evans2010-10-027-160/+193
| * Disable interval-based profile dumps by default.Jason Evans2010-10-012-4/+8
| * Add the "arenas.purge" mallctl.Jason Evans2010-09-304-12/+68
| * Fix compiler warnings and errors.Jason Evans2010-09-212-50/+69
| * Fix compiler warnings.Jason Evans2010-09-218-32/+124
| * Add memalign() and valloc() overrides.Jason Evans2010-09-203-0/+58
| * Wrap strerror_r().Jason Evans2010-09-204-10/+32
| * Remove bad assertions in malloc_{pre,post}fork().Jason Evans2010-09-201-7/+1
| * Store full git GID in VERSION.Jason Evans2010-09-181-1/+1
| * Add gcc attributes for *allocm() prototypes.Jason Evans2010-09-181-4/+6
| * Add {,r,s,d}allocm().Jason Evans2010-09-1717-120/+888
| * Update modification date in man page.Jason Evans2010-09-121-1/+1
| * Fix porting regressions.Jason Evans2010-09-123-15/+9
| * Move size class table to man page.Jason Evans2010-09-123-84/+67
| * Add posix_memalign test.Jason Evans2010-09-123-1/+154
| * Port to Mac OS X.Jason Evans2010-09-1226-291/+1147
| * Add the thread.arena mallctl.Jason Evans2010-08-147-2/+191
* | Merge branch 'dev'1.0.3Jason Evans2010-08-123-6/+6
|\ \ | |/
| * Move assert() calls up in arena_run_reg_alloc().Jason Evans2010-08-051-1/+1
| * Add a missing mutex unlock in malloc_init_hard().Jason Evans2010-07-221-0/+1
| * Fix the libunwind version of prof_backtrace().Jason Evans2010-06-041-5/+4
* | Merge branch 'dev'1.0.2Jason Evans2010-05-126-28/+52
|\ \ | |/
| * Avoid unnecessary isalloc() calls.Jason Evans2010-05-121-12/+18
| * Fix next_arena initialization.Jason Evans2010-05-111-1/+1
| * Add MAP_NORESERVE support.Jordan DeLong2010-05-113-14/+32
| * Fix junk filling of cached large objects.Jason Evans2010-04-281-1/+1
* | Merge branch 'dev'1.0.1Jason Evans2010-04-1411-126/+167
|\ \ | |/
| * Fix tcache crash during thread cleanup.Jason Evans2010-04-141-14/+12
| * Fix profiling regression caused by bugfix.Jason Evans2010-04-141-8/+9
| * Remove autom4te.cache in distclean (not relclean).Jason Evans2010-04-141-1/+1
| * Fix arena chunk purge/dealloc race conditions.Jason Evans2010-04-141-24/+30
| * Fix threads-related profiling bugs.Jason Evans2010-04-148-82/+118
| * Update stale JEMALLOC_FILL code.Jason Evans2010-04-141-1/+1
|/
* Update documentation.1.0.0Jason Evans2010-04-123-2/+13
* Generalize ExtractSymbols optimization (pprof).Jason Evans2010-04-091-17/+18
* Revert re-addition of purge_lock.Jason Evans2010-04-092-39/+48
* Fix P/p reporting in stats_print().Jason Evans2010-04-091-1/+3
* Don't build with -march=native.Jason Evans2010-04-081-1/+0
* Fix build system problems.Jason Evans2010-04-086-32/+21