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
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
*
Explicitly use arena 0 in alignment and OOM tests.
Qi Wang
2019-01-24
1
-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
*
Deprecate OSSpinLock.
Qi Wang
2018-11-14
3
-10/+1
*
add test for zero-sized alloc and aligned alloc
Dave Watson
2018-10-17
2
-1/+27
*
Make `smallocx` symbol name depend on the `JEMALLOC_VERSION_GID`
gnzlbg
2018-10-17
1
-21/+34
*
Hide smallocx even when enabled from the library API
gnzlbg
2018-10-17
1
-0/+7
*
Adapts mallocx integration tests for smallocx
gnzlbg
2018-10-17
2
-0/+297
*
Add hook microbenchmark.
David Goldblatt
2018-08-09
1
-0/+73
*
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
*
Add MALLOC_CONF parsing for dynamic slab sizes.
David T. Goldblatt
2018-07-13
2
-0/+84
*
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
5
-3/+56
*
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
*
Add test for remote deallocation.
Qi Wang
2018-06-27
1
-0/+33
*
Hooks: Protect against reentrancy.
David Goldblatt
2018-05-18
1
-0/+42
*
Tests: Shouldn't be able to change global slowness.
David Goldblatt
2018-05-18
1
-0/+17
*
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
3
-11/+11
*
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
*
Allow setting extent hooks on uninitialized auto arenas.
Qi Wang
2018-04-12
1
-0/+38
*
background_thread: add max thread count config
Dave Watson
2018-04-10
1
-2/+48
*
Fix const qualifier warnings.
Qi Wang
2018-04-09
2
-2/+2
*
Fix type warning on Windows.
Qi Wang
2018-04-09
1
-1/+1
[next]