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
/
include
/
jemalloc
/
internal
/
huge.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename huge to large.
Jason Evans
2016-06-06
1
-37/+0
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-1/+4
*
Add/use chunk_split_wrapper().
Jason Evans
2016-06-03
1
-12/+9
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-10/+12
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-1/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-10/+10
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-4/+3
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-5/+5
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-2/+2
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-2/+2
*
Resolve an unsupported special case in arena_prof_tctx_set().
Jason Evans
2015-09-15
1
-0/+1
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
1
-4/+3
*
Fix huge_palloc() to handle size rather than usize input.
Jason Evans
2015-07-24
1
-1/+1
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-4/+0
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-4/+4
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-0/+1
*
Add configure options.
Jason Evans
2014-10-10
1
-4/+5
*
Use regular arena allocation for huge tree nodes.
Daniel Micay
2014-10-08
1
-1/+1
*
Normalize size classes.
Jason Evans
2014-10-06
1
-1/+1
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
1
-1/+1
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-4/+6
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
1
-2/+2
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-16/+4
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-4/+6
*
Use arena dss prec instead of default for huge allocs.
Max Wang
2014-03-28
1
-3/+5
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
1
-1/+1
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
1
-0/+4
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-1/+1
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-0/+3
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-4/+0
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+41