summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix prof_{malloc,free}_sample_object() call order in prof_realloc().Jason Evans2015-09-151-3/+8
* Make one call to prof_active_get_unlocked() per allocation event.Jason Evans2015-09-151-8/+10
* Rename arena_maxclass to large_maxclass.Jason Evans2015-09-123-4/+4
* Fix xallocx() bugs.Jason Evans2015-09-124-6/+10
* Fix "prof.reset" mallctl-related corruption.Jason Evans2015-09-101-2/+3
* Fix pointer comparision with undefined behavior.Jason Evans2015-09-041-2/+2
* Optimize arena_prof_tctx_set().Jason Evans2015-09-022-10/+23
* Add JEMALLOC_CXX_THROW to the memalign() function prototype.Jason Evans2015-08-261-1/+1
* Silence compiler warnings for unreachable code.Jason Evans2015-08-201-12/+14
* Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans2015-08-193-42/+42
* Don't bitshift by negative amounts.Jason Evans2015-08-192-9/+41
* Fix a comment.Jason Evans2015-08-131-1/+1
* Fix gcc build failure (define __has_builtin).Jason Evans2015-08-121-0/+3
* Check whether gcc version supports __builtin_unreachable().Jason Evans2015-08-121-0/+11
* Update list of private symbols.Jason Evans2015-08-121-25/+14
* Refactor arena_mapbits_{small,large}_set() to not preserve unzeroed.Jason Evans2015-08-111-11/+6
* Fix build failure.Jason Evans2015-08-111-1/+1
* Refactor arena_mapbits unzeroed flag management.Jason Evans2015-08-112-15/+12
* Arena chunk decommit cleanups and fixes.Jason Evans2015-08-113-2/+4
* Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-077-74/+110
* work around _FORTIFY_SOURCE false positiveDaniel Micay2015-08-041-0/+3
* MSVC compatibility changesMatthijs2015-08-043-8/+29
* Generalize chunk management hooks.Jason Evans2015-08-048-38/+151
* Implement support for non-coalescing maps on MinGW.Jason Evans2015-07-252-0/+16
* Fix huge_palloc() to handle size rather than usize input.Jason Evans2015-07-241-1/+1
* Fix sa2u() regression.Jason Evans2015-07-241-1/+1
* Leave PRI* macros defined after using them to define FMT*.Jason Evans2015-07-231-11/+0
* Fix MinGW-related portability issues.Jason Evans2015-07-235-346/+77
* Add JEMALLOC_FORMAT_PRINTF().Jason Evans2015-07-223-11/+25
* Move JEMALLOC_NOTHROW just after return type.Jason Evans2015-07-212-38/+42
* Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointersMike Hommey2015-07-211-2/+2
* Remove extraneous ';' on closing 'extern "C"'Dave Rigby2015-07-161-1/+1
* Change default chunk size from 256 KiB to 2 MiB.Jason Evans2015-07-161-1/+1
* Revert to first-best-fit run/chunk allocation.Jason Evans2015-07-161-1/+1
* Add configure test for alloc_size attribute.Jason Evans2015-07-102-2/+10
* Avoid function prototype incompatibilities.Jason Evans2015-07-103-24/+54
* Fix an integer overflow bug in {size2index,s2u}_compute().Jason Evans2015-07-101-2/+6
* Fix MinGW build warnings.Jason Evans2015-07-081-8/+30
* Optimizations for WindowsMatthijs2015-06-251-0/+12
* Fix size class overflow handling when profiling is enabled.Jason Evans2015-06-242-8/+4
* Convert arena_maybe_purge() recursion to iteration.Jason Evans2015-06-231-0/+3
* Update a comment.Jason Evans2015-06-151-1/+2
* Fix type errors in C11 versions of atomic_*() functions.Chi-hung Hsieh2015-05-281-8/+8
* Impose a minimum tcache count for small size classes.Jason Evans2015-05-201-0/+5
* Fix arena_dalloc() performance regression.Jason Evans2015-05-201-1/+2
* Avoid atomic operations for dependent rtree reads.Jason Evans2015-05-163-11/+28
* Fix type punning in calls to atomic operation functions.Jason Evans2015-05-082-8/+15
* Implement cache index randomization for large allocations.Jason Evans2015-05-064-22/+56
* Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.Jason Evans2015-03-242-2/+4
* Add the "stats.allocated" mallctl.Jason Evans2015-03-243-2/+3