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
/
arena_reset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix shadowed variable usage.
Qi Wang
2021-12-23
1
-3/+3
*
Don't assume initialized arena in the default alloc hook.
Qi Wang
2021-08-25
1
-0/+15
*
PA: Parameterize emap. Move emap_global to arena.
David Goldblatt
2020-04-10
1
-2/+2
*
Change assert_* to expect_* in tests
Yinan Zhang
2020-02-20
1
-28/+28
*
Emap: Standardize naming.
David Goldblatt
2020-02-17
1
-2/+2
*
Emap: Remove direct access to emap internals.
David Goldblatt
2020-02-17
1
-11/+8
*
Add emap, for tracking extent locking.
David Goldblatt
2020-02-17
1
-1/+1
*
Rename extent_t to edata_t.
David Goldblatt
2019-12-20
1
-5/+5
*
Implement retain on Windows.
Qi Wang
2019-07-24
1
-2/+7
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
1
-1/+1
*
Fix background thread index issues with max_background_threads.
Qi Wang
2018-05-15
1
-2/+2
*
Prevent background threads from running in post_reset().
Qi Wang
2017-06-12
1
-5/+13
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-1/+1
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
1
-0/+1
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
1
-0/+2
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
1
-0/+1
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-1/+1
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
1
-2/+2
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
1
-2/+13
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
1
-1/+1
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-1/+1
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-15/+15
*
Update brace style.
Jason Evans
2017-01-21
1
-43/+26
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-9/+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-29/+226
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
1
-1/+1
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-4/+4
*
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
Jason Evans
2016-06-06
1
-1/+1
*
Rename huge to large.
Jason Evans
2016-06-06
1
-10/+10
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-27/+6
*
Dodge ivsalloc() assertion in test code.
Jason Evans
2016-06-03
1
-1/+16
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-2/+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-2/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-4/+4
*
Fix arena_reset() test to avoid tcache.
Jason Evans
2016-04-25
1
-10/+9
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-0/+160