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
*
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
*
Add (size_t) casts to MALLOCX_ALIGN().
Jason Evans
2016-03-11
1
-13/+10
*
Remove invalid tests.
Jason Evans
2016-02-27
2
-18/+2
*
Cast PTRDIFF_MAX to size_t before adding 1.
Jason Evans
2016-02-26
2
-8/+8
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
2
-1/+113
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-5/+5
*
Don't rely on unpurged chunks in xallocx() test.
Jason Evans
2016-02-20
1
-20/+20
*
Fix intermittent xallocx() test failures.
Jason Evans
2015-10-01
1
-43/+65
*
Remove fragile xallocx() test case.
Jason Evans
2015-09-25
1
-9/+0
*
Make mallocx() OOM test more robust.
Jason Evans
2015-09-24
1
-3/+14
*
Fix xallocx(..., MALLOCX_ZERO) bugs.
Jason Evans
2015-09-24
1
-1/+118
*
Add mallocx() OOM tests.
Jason Evans
2015-09-17
1
-0/+70
*
Loosen expected xallocx() results.
Jason Evans
2015-09-15
1
-9/+9
[next]