summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add JEMALLOC_CC_SILENCE_INIT().Jason Evans2012-03-232-5/+12
* Implement tsd.Jason Evans2012-03-239-117/+408
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-194-5/+5
* Remove #include <sys/sysctl.h>.Jason Evans2012-03-161-1/+0
* Fix fork-related bugs.Jason Evans2012-03-137-10/+34
* Modify malloc_vsnprintf() validation code.Jason Evans2012-03-131-0/+6
* Implement aligned_alloc().Jason Evans2012-03-132-0/+4
* Fix a regression in JE_COMPILABLE().Jason Evans2012-03-131-6/+3
* Remove bashism.Jason Evans2012-03-121-1/+1
* Implement malloc_vsnprintf().Jason Evans2012-03-087-91/+177
* Remove the lg_tcache_gc_sweep option.Jason Evans2012-03-051-12/+11
* Use UINT64_C() rather than LLU for 64-bit constants.Jason Evans2012-03-052-2/+2
* Add SH4 and mips architecture support.Jason Evans2012-03-052-0/+19
* Add the --disable-experimental option.Jason Evans2012-03-032-0/+11
* Rename prn to prng.Jason Evans2012-03-024-12/+12
* Reorder macros.Jason Evans2012-03-022-6/+6
* Add --with-mangling.Jason Evans2012-03-024-48/+121
* Add nallocm().Jason Evans2012-02-292-4/+1
* Use glibc allocator hooks.Jason Evans2012-02-291-4/+0
* Remove unused variables in tcache_dalloc_large().Jason Evans2012-02-291-6/+1
* Remove the sysv option.Jason Evans2012-02-292-11/+0
* Simplify small size class infrastructure.Jason Evans2012-02-298-151/+211
* Remove the opt.lg_prof_bt_max option.Jason Evans2012-02-141-20/+10
* Remove the opt.lg_prof_tcmax option.Jason Evans2012-02-141-2/+3
* Remove highruns statistics.Jason Evans2012-02-132-6/+4
* Make 8-byte tiny size class non-optional.Jason Evans2012-02-133-25/+7
* Streamline tcache-related malloc/free fast paths.Jason Evans2012-02-132-27/+35
* Remove the swap feature.Jason Evans2012-02-136-48/+0
* Remove magic.Jason Evans2012-02-135-21/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-1114-244/+235
* Fix huge_ralloc to maintain chunk statistics.Jason Evans2011-11-111-1/+1
* Clean up rb documentation.Jason Evans2011-11-021-46/+46
* Fix off-by-one backtracing issues.Jason Evans2011-08-122-69/+54
* Adjust relative #include for private_namespace.h.Jason Evans2011-07-311-1/+1
* Add the --with-private-namespace option.Jason Evans2011-07-303-0/+207
* Use LLU suffix for all 64-bit constants.Jason Evans2011-05-221-1/+1
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-0127-0/+5415