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
/
integration
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly use arena 0 in alignment and OOM tests.
Qi Wang
2019-01-24
1
-3/+3
*
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 MALLOC_CONF parsing for dynamic slab sizes.
David T. Goldblatt
2018-07-13
2
-0/+84
*
Clean compilation -Wextra
gnzlbg
2018-07-10
4
-0/+53
*
Add test for remote deallocation.
Qi Wang
2018-06-27
1
-0/+33
*
Allow setting extent hooks on uninitialized auto arenas.
Qi Wang
2018-04-12
1
-0/+38
*
Fix const qualifier warnings.
Qi Wang
2018-04-09
1
-1/+1
*
Skip test_alignment_and_size if percpu_arena is enabled.
Qi Wang
2018-03-02
1
-1/+9
*
Remove unused code in test/thread_tcache_enabled.
Qi Wang
2018-03-02
1
-2/+0
*
Fix test/integration/extent.
Qi Wang
2017-12-09
1
-1/+1
*
Add more tests for extent hooks failure paths.
Qi Wang
2017-11-29
1
-3/+20
*
Only run test/integration/sdallocx non-reentrantly.
David Goldblatt
2017-07-24
1
-1/+1
*
Add alloc hook test in test/integration/extent.
Qi Wang
2017-06-14
1
-0/+3
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-0/+14
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-22/+3
*
Implement per-CPU arena.
Qi Wang
2017-03-09
1
-8/+17
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
6
-12/+15
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
8
-20/+20
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
13
-49/+49
*
Update brace style.
Jason Evans
2017-01-21
13
-169/+113
*
Add nullptr support to sized delete operators.
Jason Evans
2017-01-17
1
-0/+10
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
13
-26/+0
*
Refactor test extent hook code to be reusable.
Jason Evans
2017-01-07
1
-244/+56
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
3
-5/+5
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-46/+69
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
1
-16/+47
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
1
-0/+18
*
Reduce memory usage for sdallocx() test_alignment_and_size.
Jason Evans
2016-11-12
1
-2/+2
*
Reduce memory requirements for regression tests.
Jason Evans
2016-10-28
3
-35/+55
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
1
-0/+7
*
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
3
-6/+27
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
9
-58/+63
*
Verify extent hook functions receive correct extent_hooks pointer.
Jason Evans
2016-09-29
1
-17/+52
*
Relax extent hook tests to work with unsplittable extents.
Jason Evans
2016-06-06
1
-8/+19
*
Fix regressions related extent splitting failures.
Jason Evans
2016-06-06
1
-3/+5
*
Work around legitimate xallocx() failures during testing.
Jason Evans
2016-06-06
1
-6/+12
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
1
-67/+84
*
Reduce NSZS, since NSIZES (was nsizes) can not be so large.
Jason Evans
2016-06-06
1
-1/+1
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
2
-2/+0
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-41/+41
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-06
1
-11/+11
*
Rename huge to large.
Jason Evans
2016-06-06
5
-90/+90
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
2
-125/+6
*
Allow chunks to not be naturally aligned.
Jason Evans
2016-06-03
1
-16/+0
*
Disable junk filling for tests that could otherwise easily OOM.
Jason Evans
2016-05-11
2
-0/+8
*
Update mallocx() OOM test to deal with smaller hugemax.
Jason Evans
2016-05-03
1
-10/+19
*
Use separate arena for chunk tests.
Jason Evans
2016-04-26
1
-28/+45
[next]