index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the binshard unit test.
Qi Wang
2019-04-02
1
-0/+3
*
Eagerly purge oversized merged extents.
Qi Wang
2019-03-15
1
-3/+9
*
Rename huge_threshold to oversize_threshold.
Qi Wang
2019-01-25
2
-3/+3
*
Un-experimental the huge_threshold feature.
Qi Wang
2019-01-16
2
-2/+2
*
Add unit test for producer-consumer pattern.
Qi Wang
2018-12-18
1
-2/+50
*
Add unit test for sharded bins.
Qi Wang
2018-12-04
2
-0/+106
*
Add stats for arenas.bin.i.nshards.
Qi Wang
2018-12-04
1
-0/+1
*
Add unit tests for logging
Tyler Etzel
2018-08-01
2
-0/+151
*
Small refactoring of emitter
Tyler Etzel
2018-08-01
1
-19/+75
*
SC: Remove global data.
David Goldblatt
2018-07-23
6
-19/+19
*
SC: Make some key size classes static.
David Goldblatt
2018-07-13
5
-10/+10
*
SC: Add page customization functionality.
David T. Goldblatt
2018-07-13
1
-0/+33
*
Add lg_ceil to bit_util.
David Goldblatt
2018-07-13
1
-1/+55
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
9
-33/+41
*
Clean compilation -Wextra
gnzlbg
2018-07-10
1
-3/+3
*
Rename huge_threshold to experimental, and tweak documentation.
Qi Wang
2018-06-29
2
-2/+2
*
Add unit test for opt.huge_threshold.
Qi Wang
2018-06-29
1
-0/+108
*
Add ctl and stats for opt.huge_threshold.
Qi Wang
2018-06-29
1
-0/+1
*
Implement huge arena: opt.huge_threshold.
Qi Wang
2018-06-29
1
-0/+3
*
Hooks: Protect against reentrancy.
David Goldblatt
2018-05-18
1
-0/+42
*
Hooks: Add a hook exhaustion test.
David Goldblatt
2018-05-18
1
-1/+39
*
Mallctl: Add experimental.hooks.[install|remove].
David Goldblatt
2018-05-18
1
-1/+39
*
Hooks: move the "extra" pointer into the hook_t itself.
David Goldblatt
2018-05-18
1
-22/+23
*
Hooks: hook the realloc pathways that move/expand.
David Goldblatt
2018-05-18
1
-1/+112
*
Hooks: hook the realloc paths that act as pure malloc/free.
David Goldblatt
2018-05-18
1
-2/+50
*
Hooks: hook the pure-expand function.
David Goldblatt
2018-05-18
1
-1/+31
*
Hooks: hook the pure-deallocation functions.
David Goldblatt
2018-05-18
1
-1/+49
*
Hooks: hook the pure-allocation functions.
David Goldblatt
2018-05-18
1
-2/+122
*
Add "hook" module.
David Goldblatt
2018-05-18
1
-0/+180
*
Add the Seq module, a simple seqlock implementation.
David Goldblatt
2018-05-18
1
-0/+95
*
Rename hooks module to test_hooks.
David Goldblatt
2018-05-18
1
-3/+3
*
TSD: Add the ability to enter a global slow path.
David Goldblatt
2018-05-18
1
-1/+129
*
TSD: Make all state access happen through a function.
David Goldblatt
2018-05-18
1
-2/+2
*
Fix the max_background_thread test.
Qi Wang
2018-05-15
1
-25/+27
*
Fix background thread index issues with max_background_threads.
Qi Wang
2018-05-15
1
-2/+2
*
Mallctl: Add arenas.lookup
Latchesar Ionkov
2018-05-01
1
-0/+17
*
background_thread: add max thread count config
Dave Watson
2018-04-10
1
-2/+48
*
Fix const qualifier warnings.
Qi Wang
2018-04-09
1
-1/+1
*
Fix type warning on Windows.
Qi Wang
2018-04-09
1
-1/+1
*
Fix a background_thread shutdown issue.
Qi Wang
2018-04-02
1
-0/+3
*
Emitter: Add support for row-based output in table mode.
David Goldblatt
2018-03-09
1
-1/+63
*
Introduce the emitter module.
David Goldblatt
2018-03-09
1
-0/+351
*
Add opt.thp which allows explicit hugepage usage.
Qi Wang
2018-03-08
2
-1/+2
*
Background threads: fix an indexing bug.
David Goldblatt
2018-02-28
1
-0/+34
*
Add the div module, which allows fast division by dynamic values.
David Goldblatt
2017-12-21
1
-0/+29
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-19
4
-6/+6
*
Skip test/unit/pack when profiling is enabled.
Qi Wang
2017-12-18
1
-0/+6
*
Add opt.lg_extent_max_active_fit
Qi Wang
2017-11-16
1
-0/+1
*
Add arena.i.retain_grow_limit
Qi Wang
2017-11-03
1
-0/+49
*
Add a "dumpable" bit to the extent state.
David Goldblatt
2017-10-16
2
-5/+5
[next]