summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add dirty page counting for debugQinfan Wu2014-08-121-4/+29
* Maintain all the dirty runs in a linked list for each arenaQinfan Wu2014-08-121-0/+47
* Fix the cactive statistic.Jason Evans2014-08-071-3/+3
* Reintroduce the comment that was removed in f9ff603.Qinfan Wu2014-08-061-1/+5
* Fix the bug that causes not allocating free run with lowest address.Qinfan Wu2014-08-061-3/+7
* Ensure the default purgeable zone is after the default zone on OS XMike Hommey2014-06-101-9/+25
* Add check for madvise(2) to configure.ac.Richard Diamond2014-06-031-2/+5
* Fix -Wsometimes-uninitialized warningsChris Peterson2014-06-021-1/+3
* Fix -Wsign-compare warningsChris Peterson2014-06-022-4/+4
* Don't catch fork()ing events for Native Client.Richard Diamond2014-06-021-1/+1
* Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond2014-06-022-3/+3
* Add size class computation capability.Jason Evans2014-05-291-29/+33
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-168-237/+256
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-126-32/+124
* Fix coding sytle nits.Jason Evans2014-05-011-4/+4
* Simplify backtracing.Jason Evans2014-04-232-87/+48
* prof_backtrace: use unw_backtraceLucian Adrian Grijincu2014-04-231-24/+9
* Refactor small_size2bin and small_bin2size.Jason Evans2014-04-171-9/+9
* Merge pull request #73 from bmaurer/smallmallocJason Evans2014-04-163-4/+111
|\
| * Create a const array with only a small bin to size mapBen Maurer2014-04-161-1/+9
| * refactor profiling. only use a bytes till next sample variable.Ben Maurer2014-04-161-3/+62
| * outline rare tcache_get codepathsBen Maurer2014-04-161-0/+40
* | Optimize Valgrind integration.Jason Evans2014-04-156-49/+104
* | Remove the "opt.valgrind" mallctl.Jason Evans2014-04-153-22/+18
* | Remove the "arenas.purge" mallctl.Jason Evans2014-04-151-27/+0
* | Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-155-23/+22
* | Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-85/+0
|/
* Remove support for non-prof-promote heap profiling metadata.Jason Evans2014-04-113-34/+10
* Merge pull request #70 from bmaurer/bitsplitrefactorJason Evans2014-04-101-36/+40
|\
| * refactoring for bits splittingBen Maurer2014-04-101-36/+40
* | Don't dereference chunk->arena in free() hot pathBen Maurer2014-04-051-1/+1
|/
* Merge pull request #59 from HarryWeppner/devJason Evans2014-03-291-1/+4
|\
| * Consistently use debug lib(s) if presentHarald Weppner2014-03-281-8/+5
| * Enable profiling / leak detection in FreeBSDHarald Weppner2014-03-181-1/+7
* | Merge pull request #61 from mxw/huge-dss-precJason Evans2014-03-282-11/+17
|\ \
| * | Use arena dss prec instead of default for huge allocs.Max Wang2014-03-282-11/+17
| |/
* | Fix a crashing case where arena_chunk_init_hard returns NULL.Chris Pride2014-03-261-1/+4
|/
* Fix junk filling for mremap(2)-based huge reallocation.Jason Evans2014-02-251-0/+10
* Fix typoErwan Legrand2014-02-141-1/+0
* Test and fix malloc_printf("%%").Jason Evans2014-01-221-7/+6
* Fix unused variable warnings.Jason Evans2014-01-211-4/+2
* Add heap profiling tests.Jason Evans2014-01-171-13/+39
* Fix a variable prototype/definition mismatch.Jason Evans2014-01-171-2/+1
* Refactor prof_dump() to reduce contention.Jason Evans2014-01-161-172/+273
* Refactor prof_lookup() by extracting prof_lookup_global().Jason Evans2014-01-151-82/+79
* Refactor overly large/complex functions.Jason Evans2014-01-151-383/+461
* Extract profiling code from [re]allocation functions.Jason Evans2014-01-123-367/+460
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-082-19/+92
* Add util unit tests, and fix discovered bugs.Jason Evans2014-01-071-28/+36
* Convert rtree from (void *) to (uint8_t) storage.Jason Evans2014-01-032-18/+27