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
/
extent.c
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
*
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
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
1
-4/+0
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-2/+2
*
Update brace style.
Jason Evans
2017-01-21
1
-10/+8
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-1/+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
1
-2/+2
*
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
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-13/+14
*
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
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
1
-67/+84
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-0/+253