summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add rtree unit tests.Jason Evans2014-01-032-4/+33
* Fix an uninitialized variable read in xallocx().Jason Evans2013-12-201-0/+3
* Fix a few mallctl() documentation errors.Jason Evans2013-12-201-121/+124
* Add quarantine unit tests.Jason Evans2013-12-172-14/+65
* Don't junk-fill reallocations unless usize changes.Jason Evans2013-12-162-16/+3
* Optimize arena_prof_ctx_set().Jason Evans2013-12-161-43/+58
* Implement the *allocx() API.Jason Evans2013-12-135-169/+301
* Fix inline-related macro issues.Jason Evans2013-12-101-6/+6
* Silence some unused variable warnings.Jason Evans2013-12-101-4/+4
* Normalize #define whitespace.Jason Evans2013-12-094-7/+7
* Refactor tests.Jason Evans2013-12-093-6/+6
* Avoid deprecated sbrk(2) on OS X.Jason Evans2013-12-041-7/+8
* Remove unused variable.Jason Evans2013-12-021-1/+0
* Clean up malloc_ncpus().Jason Evans2013-11-301-8/+1
* Fix ALLOCM_ARENA(a) handling in rallocm().Jason Evans2013-11-261-1/+1
* Fix a potential infinite loop during thread exit.Jason Evans2013-11-201-1/+1
* Remove unnecessary zeroing in arena_palloc().Jason Evans2013-10-301-43/+73
* Fix whitespace.Jason Evans2013-10-281-1/+1
* Add support for LinuxThreads.Leonard Crestez2013-10-251-0/+34
* Delay pthread_atfork registering.Leonard Crestez2013-10-241-12/+18
* Fix a file descriptor leak in a prof_dump_maps() error path.Jason Evans2013-10-211-8/+19
* Add a missing mutex unlock in malloc_init_hard() error path.Jason Evans2013-10-211-1/+3
* Avoid (x < 0) comparison for unsigned x.Jason Evans2013-10-211-2/+3
* Fix a data race for large allocation stats counters.Jason Evans2013-10-211-1/+4
* Consistently use malloc_mutex_prefork().Jason Evans2013-10-213-5/+5
* Prefer not_reached() over assert(false) where appropriate.Jason Evans2013-10-214-7/+6
* Fix a compiler warning.Jason Evans2013-10-201-1/+1
* Fix a race condition in the "arenas.extend" mallctl.Jason Evans2013-10-201-36/+44
* Fix a Valgrind integration flaw.Jason Evans2013-10-201-5/+18
* Fix a Valgrind integration flaw.Jason Evans2013-10-201-7/+14
* Fix inlining warning.Jason Evans2013-10-201-3/+3
* Silence an unused variable warning.Jason Evans2013-10-201-1/+1
* malloc_conf_init: revert errno value when readlink(2) fail.Alexandre Perrin2013-10-131-14/+14
* Fix another deadlock related to chunk_record().Jason Evans2013-04-231-8/+11
* Fix deadlock related to chunk_record().Jason Evans2013-04-171-4/+11
* Fix a prof-related locking order bug.Jason Evans2013-02-063-12/+22
* Fix Valgrind integration.Jason Evans2013-02-014-30/+37
* Fix a chunk recycling bug.Jason Evans2013-02-011-0/+1
* Fix two quarantine bugs.Jason Evans2013-01-311-10/+19