summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Postpone mutex initialization on FreeBSD.Jason Evans2012-04-042-4/+35
* Finish renaming "arenas.pagesize" to "arenas.page".Jason Evans2012-04-021-11/+10
* Clean up *PAGE* macros.Jason Evans2012-04-028-153/+118
* Revert "Avoid NULL check in free() and malloc_usable_size()."Jason Evans2012-04-021-11/+15
* Avoid NULL check in free() and malloc_usable_size().Jason Evans2012-04-021-15/+11
* Move last bit of zone initialization in zone.c, and lazy-initializeMike Hommey2012-04-022-11/+1
* Remove vsnprintf() and strtoumax() validation.Jason Evans2012-04-022-28/+1
* Avoid crashes when system libraries use the purgeable zone allocatorMike Hommey2012-03-302-6/+27
* Move zone registration to zone.cMike Hommey2012-03-302-25/+21
* Add a SYS_write definition on systems where it is not defined in headersMike Hommey2012-03-301-0/+10
* Don't use pthread_atfork to register prefork/postfork handlers on OSXMike Hommey2012-03-281-1/+1
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-272-20/+43
* Check for NULL ptr in malloc_usable_size().Jason Evans2012-03-261-4/+2
* Make zone_{free, realloc, free_definite_size} fallback to the system allocato...Mike Hommey2012-03-261-4/+17
* Fix glibc hooks when using both --with-jemalloc-prefix and --with-manglingMike Hommey2012-03-261-1/+9
* Port to FreeBSD.Jason Evans2012-02-035-40/+197
* Remove ephemeral mutexes.Jason Evans2012-03-243-35/+46
* Add JEMALLOC_CC_SILENCE_INIT().Jason Evans2012-03-232-39/+11
* Implement tsd.Jason Evans2012-03-238-244/+274
* Improve zone support for OSXMike Hommey2012-03-202-174/+37
* Unbreak mac after commit 4e2e3ddMike Hommey2012-03-201-1/+1
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-194-9/+9
* Rename the "tcache.flush" mallctl to "thread.tcache.flush".Jason Evans2012-03-171-6/+6
* Fix fork-related bugs.Jason Evans2012-03-136-26/+158
* Modify malloc_vsnprintf() validation code.Jason Evans2012-03-131-4/+3
* Implement aligned_alloc().Jason Evans2012-03-131-10/+27
* Fix a regression in JE_COMPILABLE().Jason Evans2012-03-131-4/+1
* Fix malloc_stats_print() option support.Jason Evans2012-03-131-6/+8
* s/PRIx64/PRIxPTR/ for uintptr_t printf() argument.Jason Evans2012-03-121-1/+1
* Remove extra '}'.Jason Evans2012-03-121-1/+0
* Implement malloc_vsnprintf().Jason Evans2012-03-086-470/+760
* Remove the lg_tcache_gc_sweep option.Jason Evans2012-03-054-27/+0
* Use UINT64_C() rather than LLU for 64-bit constants.Jason Evans2012-03-052-8/+9
* Add the --disable-experimental option.Jason Evans2012-03-031-1/+11
* Rename prn to prng.Jason Evans2012-03-022-4/+4
* Add --with-mangling.Jason Evans2012-03-023-67/+59
* Simplify zone_good_size().Jason Evans2012-02-291-15/+3
* Add nallocm().Jason Evans2012-02-291-0/+22
* Use glibc allocator hooks.Jason Evans2012-02-292-0/+28
* Do not enforce minimum alignment in memalign().Jason Evans2012-02-291-6/+8
* Remove unused variables in stats_print().Jason Evans2012-02-291-4/+0
* Remove unused variable in arena_run_split().Jason Evans2012-02-291-2/+1
* Enable the stats configuration option by default.Jason Evans2012-02-291-2/+0
* Remove the sysv option.Jason Evans2012-02-293-54/+7
* Fix realloc(p, 0) to act like free(p).Jason Evans2012-02-291-13/+19
* Simplify small size class infrastructure.Jason Evans2012-02-295-508/+86
* Remove the opt.lg_prof_bt_max option.Jason Evans2012-02-144-25/+8
* Remove the opt.lg_prof_tcmax option.Jason Evans2012-02-144-24/+3
* Fix bin->runcur management.Jason Evans2012-02-141-62/+72
* Remove highruns statistics.Jason Evans2012-02-133-56/+11