summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix potential TLS-related memory corruption.Jason Evans2013-01-313-57/+43
* Revert opt_abort and opt_junk refactoring.Jason Evans2013-01-231-2/+14
* Use config_* instead of JEMALLOC_*.Jason Evans2013-01-222-14/+4
* Update hash from MurmurHash2 to MurmurHash3.Jason Evans2013-01-222-88/+21
* Add and use JEMALLOC_ALWAYS_INLINE.Jason Evans2013-01-221-3/+3
* Tighten valgrind integration.Jason Evans2013-01-222-22/+29
* Avoid validating freshly mapped memory.Jason Evans2013-01-221-17/+17
* Don't mangle errno with free(3) if utrace(2) failsGarrett Cooper2012-12-241-0/+2
* Add clipping support to lg_chunk option processing.Jason Evans2012-12-231-19/+23
* Fix chunk_recycle() Valgrind integration.Jason Evans2012-12-121-3/+2
* Fix "arenas.extend" mallctl to return the number of arenas.Jason Evans2012-11-301-9/+11
* Avoid arena_prof_accum()-related locking when possible.Jason Evans2012-11-133-35/+7
* Tweak chunk purge order according to fragmentation.Jason Evans2012-11-071-11/+34
* Don't register jemalloc's zone allocator if something else already replaced t...Mike Hommey2012-11-071-1/+11
* Purge unused dirty pages in a fragmentation-reducing order.Jason Evans2012-11-061-191/+307
* Fix deadlock in the arenas.purge mallctl.Jason Evans2012-11-041-26/+22
* Fix dss/mmap allocation precedence code.Jason Evans2012-10-171-26/+14
* Add ctl_mutex proection to arena_i_dss_ctl().Jason Evans2012-10-151-0/+2
* Add arena-specific and selective dss allocation.Jason Evans2012-10-139-189/+603
* mark _pthread_mutex_init_calloc_cb as public explicitlyJan Beich2012-10-101-1/+1
* Make malloc_usable_size() implementation consistent with prototype.Jason Evans2012-10-091-1/+1
* Fix fork(2)-related mutex acquisition order.Jason Evans2012-10-091-3/+3
* Fix fork(2)-related deadlocks.Jason Evans2012-10-095-3/+144
* Fix mlockall()/madvise() interaction.Jason Evans2012-10-093-40/+44
* Fix error return value in thread_tcache_enabled_ctl().Jason Evans2012-10-081-1/+1
* If sysconf() fails, the number of CPUs is reported as UINT_MAX, not 1 as it s...Corey Richardson2012-10-081-3/+4
* Remove unused variable and branch (reported by clang-analzyer)Corey Richardson2012-10-081-5/+0
* Remove const from __*_hook variable declarations.Jason Evans2012-05-231-5/+4
* Update a comment.Jason Evans2012-05-161-1/+1