summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Update private namespace mangling.Jason Evans2012-05-021-12/+11
| * Make malloc_write() non-inline.Jason Evans2012-05-022-11/+12
| * Make CACHELINE a raw constant.Jason Evans2012-05-021-1/+4
| * Optimize malloc() and free() fast paths.Jason Evans2012-05-027-388/+614
| * Add support for MSVCMike Hommey2012-05-0111-15/+177
| * Import msinttypesMike Hommey2012-05-012-0/+552
| * Replace JEMALLOC_ATTR with various different macros when it makes senseMike Hommey2012-05-018-82/+56
| * Few configure.ac adjustmentsMike Hommey2012-05-013-15/+9
| * Use Get/SetLastError on Win32Mike Hommey2012-04-307-33/+71
| * Remove the VOID macroMike Hommey2012-04-301-6/+2
| * Avoid variable length arrays and remove declarations within codeMike Hommey2012-04-297-18/+43
| * Fix more prof_tdata resurrection corner cases.Jason Evans2012-04-292-7/+9
| * Handle prof_tdata resurrection.Jason Evans2012-04-292-20/+52
| * Don't set prof_tdata during thread cleanup.Jason Evans2012-04-281-3/+0
| * Fix Valgrind URL in documentation.Jason Evans2012-04-261-20/+20
| * Fix a PROF_ALLOC_PREP() error path.Jason Evans2012-04-252-3/+7
| * Fix the "epoch" mallctl.Jason Evans2012-04-252-12/+13
| * Add missing Valgrind annotations.Jason Evans2012-04-242-0/+4
| * Fix quarantine_grow() bugs.Jason Evans2012-04-241-9/+8
| * Add usize sanity checking to quarantine.Jason Evans2012-04-241-13/+21
| * Handle quarantine resurrection during thread exit.Jason Evans2012-04-241-5/+45
| * Fix two CHILD() macro calls in the ctl tree.Jason Evans2012-04-241-2/+2
| * Fix ctl regression.Jason Evans2012-04-242-30/+32
| * Don't link tests with superfluous libraries.Jason Evans2012-04-241-1/+1
| * Silence compiler warnings.Jason Evans2012-04-231-3/+3
| * Force use of TLS if heap profiling is enabled.Jason Evans2012-04-231-0/+4
| * Clean up documentation and formatting.Jason Evans2012-04-234-15/+11
| * Fix jemalloc.sh code generation.Jason Evans2012-04-232-1/+5
| * Avoid using a union for ctl_node_sMike Hommey2012-04-232-81/+114
| * Document MinGW support.Jason Evans2012-04-222-6/+7
| * Fix heap profiling bugs.Jason Evans2012-04-224-87/+129
| * Remove unused #includesMike Hommey2012-04-221-2/+0
| * Remove #includes in testsMike Hommey2012-04-229-55/+0
| * Fix intmax_t configure error messageMike Hommey2012-04-221-1/+1
| * Remove leftovers from the vsnprintf check in malloc_vsnprintfMike Hommey2012-04-221-4/+0
| * Add support for MingwMike Hommey2012-04-2212-71/+357
| * Remove mmap_unaligned.Jason Evans2012-04-226-102/+30
| * Fix chunk allocation/deallocation bugs.Jason Evans2012-04-214-7/+26
| * Fix a memory corruption bug in chunk_alloc_dss().Jason Evans2012-04-216-15/+20
| * Put CONF_HANDLE_*() keys in quotes.Jason Evans2012-04-211-28/+29
| * Fix isthreaded-related build breakage.Jason Evans2012-04-201-0/+1
| * Add missing private namespace mangling.Jason Evans2012-04-202-0/+47
| * Don't mangle pthread_create().Jason Evans2012-04-201-1/+0
| * Make arena_salloc() an inline function.Jason Evans2012-04-205-50/+56
| * Remove extra argument for malloc_tsd_cleanup_registerMike Hommey2012-04-192-14/+8
| * Remove initialization of the non-TLS tsd wrapper from static memoryMike Hommey2012-04-191-12/+3
| * Initialize all members of non-TLS tsd wrapper when creating itMike Hommey2012-04-191-0/+1
| * Make special FreeBSD function overrides visible.Jason Evans2012-04-193-0/+6
| * Fix malloc_vsnprintf handling of %o, %u and %xMike Hommey2012-04-191-4/+16
| * Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) callsMike Hommey2012-04-196-10/+20