aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-06-07Fix potential VM map fragmentation regression.Jason Evans
2016-05-11Optimize witness fast path.Jason Evans
2016-05-10Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans
2016-05-06Add LG_QUANTUM definition for the RISC-V architecture.Jason Evans
2016-05-06Update private_symbols.txt.Jason Evans
2016-05-06Optimize the fast paths of calloc() and [m,d,sd]allocx().Jason Evans
2016-05-05Modify pages_map() to support mapping uncommitted virtual memory.Jason Evans
2016-05-05Fix potential chunk leaks.android-wear-n-preview-3android-wear-n-preview-1android-n-preview-3Jason Evans
2016-05-03Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans
2016-05-03Fix huge_palloc() regression.Jason Evans
2016-04-26Fix witness/fork() interactions.Jason Evans
2016-04-25Fix fork()-related lock rank ordering reversals.Jason Evans
2016-04-22Fix degenerate mb_write() compilation error.Jason Evans
2016-04-22Implement the arena.<i>.reset mallctl.Jason Evans
2016-04-22Do not allocate metadata via non-auto arenas, nor tcaches.Jason Evans
2016-04-18Fix malloc_mutex_assert_[not_]owner() for --enable-lazy-lock case.Jason Evans
2016-04-18Update private_symbols.txt.Jason Evans
2016-04-18Update private_symbols.txtRajat Goel
2016-04-17Fix style nits.Jason Evans
2016-04-17Fix malloc_mutex_[un]lock() to conditionally check witness.Jason Evans
2016-04-14s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/Jason Evans
2016-04-14Fix a compilation error.Jason Evans
2016-04-14Add witness, a simple online locking validator.Jason Evans
2016-04-12Fix a style nit.Jason Evans
2016-04-11Simplify RTREE_HEIGHT_MAX definition.Jason Evans
2016-04-11Support --with-lg-page values larger than actual page size.Jason Evans
2016-04-11Clean up char vs. uint8_t in junk filling code.Jason Evans
2016-04-11Refactor/fix ph.Jason Evans
2016-04-06Reduce differences between alternative bitmap implementations.Jason Evans
2016-04-06Fix bitmap_sfu() regression.Jason Evans
2016-03-31Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macrosChris Peterson
2016-03-30Fix potential chunk leaks.Jason Evans
2016-03-26Remove unused arenas_extend() function declaration.Chris Peterson
2016-03-24Use abort() for fallback implementations of unreachable().Jason Evans
2016-03-23Constify various internal arena APIs.Jason Evans
2016-03-23Always inline performance-critical rtree operations.Jason Evans
2016-03-22Optimize rtree_get().Jason Evans
2016-03-15Refactor out signed/unsigned comparisons.Jason Evans
2016-03-11Add (size_t) casts to MALLOCX_ALIGN().Jason Evans
2016-03-10typecast address to pointer to byte to avoid unaligned memory access errorRajeev Misra
2016-03-08Convert arena_bin_t's runs from a tree to a heap.Jason Evans
2016-03-08Use pairing heap for arena->runs_availDave Watson
2016-03-08Refactor ph_merge_ordered() out of ph_merge().Jason Evans
2016-03-08Pairing heapDave Watson
2016-03-05Fix unaligned access in hash data.Christopher Ferris
2016-03-05Update generated files for 4.1.0 update.Christopher Ferris
2016-03-03Merge remote-tracking branch 'aosp/upstream-dev' into mergeChristopher Ferris
2016-03-02Avoid a potential innocuous compiler warning.Jason Evans
2016-02-29Remove errno overrides.Dmitri Smirnov
2016-02-27Fix stats.arenas.<i>.[...] for --disable-stats case.Jason Evans