aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-08-10Revert to first-best-fit run/chunk allocation.android-m-preview-2Jason Evans
2015-08-10On 32 bit systems, force huge allocs on arena 0.Christopher Ferris
2015-08-07Implement chunk hook support for page run commit/decommit.Jason Evans
2015-08-06Fix an in-place growing large reallocation regression.Jason Evans
2015-08-04MSVC compatibility changesMatthijs
2015-08-03Generalize chunk management hooks.Jason Evans
2015-07-24Implement support for non-coalescing maps on MinGW.Jason Evans
2015-07-24Fix huge_ralloc_no_move() to succeed more often.Jason Evans
2015-07-23Fix huge_palloc() to handle size rather than usize input.Jason Evans
2015-07-23Change arena_palloc_large() parameter from size to usize.Jason Evans
2015-07-23Fix MinGW-related portability issues.Jason Evans
2015-07-22Add JEMALLOC_FORMAT_PRINTF().Jason Evans
2015-07-21Move JEMALLOC_NOTHROW just after return type.Jason Evans
2015-07-21Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointersMike Hommey
2015-07-17Add the config.cache_oblivious mallctl.Jason Evans
2015-07-15Revert to first-best-fit run/chunk allocation.Jason Evans
2015-07-10Avoid function prototype incompatibilities.Jason Evans
2015-07-10Revert "Fix chunk size check."Christopher Ferris
2015-07-09Make sure the arena cache cannot be reused.Christopher Ferris
2015-07-07Fix a variable declaration typo.Jason Evans
2015-07-07Use jemalloc_ffs() rather than ffs().Jason Evans
2015-07-07Fix MinGW build warnings.Jason Evans
2015-07-07Fix an assignment type warning for tls_callback.Jason Evans
2015-07-07Move a variable declaration closer to its use.Jason Evans
2015-06-25Optimizations for WindowsMatthijs
2015-06-25Revert "Temporary patch to avoid crashes."Christopher Ferris
2015-06-23Fix size class overflow handling when profiling is enabled.Jason Evans
2015-06-22Convert arena_maybe_purge() recursion to iteration.Jason Evans
2015-06-22Add alignment assertions to public aligned allocation functions.Jason Evans
2015-06-22Fix two valgrind integration regressions.Jason Evans
2015-06-08Fix chunk size check.Christopher Ferris
2015-05-29Clarify relationship between stats.resident and stats.mapped.Jason Evans
2015-05-29Bypass tcache when draining quarantined allocations.Jason Evans
2015-05-20Impose a minimum tcache count for small size classes.Jason Evans
2015-05-20Fix performance regression in arena_palloc().Jason Evans
2015-05-20Fix nhbins calculation.Jason Evans
2015-05-20Avoid atomic operations for dependent rtree reads.Jason Evans
2015-05-20Implement cache index randomization for large allocations.Jason Evans
2015-05-20Rename pprof to jeprof.Jason Evans
2015-05-20Prefer /proc/<pid>/task/<pid>/maps over /proc/<pid>/maps on Linux.Jason Evans
2015-05-20Concise JEMALLOC_HAVE_ISSETUGID case in secure_getenv().Igor Podlesny
2015-05-19Impose a minimum tcache count for small size classes.Jason Evans
2015-05-19Fix performance regression in arena_palloc().Jason Evans
2015-05-19Fix nhbins calculation.Jason Evans
2015-05-15Avoid atomic operations for dependent rtree reads.Jason Evans
2015-05-06Implement cache index randomization for large allocations.Jason Evans
2015-05-01Rename pprof to jeprof.Jason Evans
2015-05-01Prefer /proc/<pid>/task/<pid>/maps over /proc/<pid>/maps on Linux.Jason Evans
2015-04-30Concise JEMALLOC_HAVE_ISSETUGID case in secure_getenv().Igor Podlesny
2015-04-22Temporary patch to avoid crashes.Christopher Ferris