summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-02-18jemalloc: remove THP supportPark Ju Hyung
2021-10-11Regenerate configs for 5.2.1 updateDanny Lin
2021-10-11Merge tag '5.2.1' into HEADDanny Lin
2019-07-25Lower nthreads in test/unit/retained on 32-bit to avoid OOM.Qi Wang
2019-07-23Implement retain on Windows.Qi Wang
2019-07-18Fix posix_memalign with input size 0.Qi Wang
2019-05-22Add confirm_conf optionYinan Zhang
2019-05-21Improve memory utilization testsYinan Zhang
2019-04-29Add nonfull_slabs to bin_stats_t.Doron Roberts-Kedes
2019-04-15Safety checks: Add a redzoning feature.David Goldblatt
2019-04-10Separate tests for extent utilization APIYinan Zhang
2019-04-05Fix test/unit/prof_logQi Wang
2019-04-04Add memory utilization analytics to mallctlYinan Zhang
2019-04-02Fix the binshard unit test.Qi Wang
2019-03-14Eagerly purge oversized merged extents.Qi Wang
2019-01-25Rename huge_threshold to oversize_threshold.Qi Wang
2019-01-24Explicitly use arena 0 in alignment and OOM tests.Qi Wang
2019-01-16Un-experimental the huge_threshold feature.Qi Wang
2018-12-18Add unit test for producer-consumer pattern.Qi Wang
2018-12-03Add unit test for sharded bins.Qi Wang
2018-12-03Add stats for arenas.bin.i.nshards.Qi Wang
2018-11-14Deprecate OSSpinLock.Qi Wang
2018-10-17add test for zero-sized alloc and aligned allocDave Watson
2018-10-17Make `smallocx` symbol name depend on the `JEMALLOC_VERSION_GID`gnzlbg
2018-10-17Hide smallocx even when enabled from the library APIgnzlbg
2018-10-17Adapts mallocx integration tests for smallocxgnzlbg
2018-09-06Add bp file and generated files.Christopher Ferris
2018-08-09Add hook microbenchmark.David Goldblatt
2018-08-01Add unit tests for loggingTyler Etzel
2018-08-01Small refactoring of emitterTyler Etzel
2018-07-23SC: Remove global data.David Goldblatt
2018-07-12SC: Make some key size classes static.David Goldblatt
2018-07-12Add MALLOC_CONF parsing for dynamic slab sizes.David T. Goldblatt
2018-07-12SC: Add page customization functionality.David T. Goldblatt
2018-07-12Add lg_ceil to bit_util.David Goldblatt
2018-07-12Hide size class computation behind a layer of indirection.David Goldblatt
2018-07-09Clean compilation -Wextragnzlbg
2018-06-29Rename huge_threshold to experimental, and tweak documentation.Qi Wang
2018-06-29Add unit test for opt.huge_threshold.Qi Wang
2018-06-29Add ctl and stats for opt.huge_threshold.Qi Wang
2018-06-29Implement huge arena: opt.huge_threshold.Qi Wang
2018-06-26Add test for remote deallocation.Qi Wang
2018-05-18Hooks: Protect against reentrancy.David Goldblatt
2018-05-18Tests: Shouldn't be able to change global slowness.David Goldblatt
2018-05-18Hooks: Add a hook exhaustion test.David Goldblatt
2018-05-18Mallctl: Add experimental.hooks.[install|remove].David Goldblatt
2018-05-18Hooks: move the "extra" pointer into the hook_t itself.David Goldblatt
2018-05-18Hooks: hook the realloc pathways that move/expand.David Goldblatt
2018-05-18Hooks: hook the realloc paths that act as pure malloc/free.David Goldblatt
2018-05-18Hooks: hook the pure-expand function.David Goldblatt