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
/
src
/
chunk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing check for new_addr chunk size
Daniel Micay
2015-02-12
1
-1/+1
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-172/+103
*
Refactor rtree to be lock-free.
Jason Evans
2015-02-05
1
-12/+13
*
Refactor base_alloc() to guarantee demand-zeroed memory.
Jason Evans
2015-02-05
1
-7/+10
*
Fix chunk_recycle()'s new_addr functionality.
Jason Evans
2015-02-05
1
-2/+6
*
Implement the prof.gdump mallctl.
Jason Evans
2015-01-26
1
-1/+2
*
Avoid pointless chunk_recycle() call.
Jason Evans
2015-01-26
1
-21/+29
*
Fix an infinite recursion bug related to a0/tsd bootstrapping.
Jason Evans
2015-01-15
1
-1/+3
*
Style and spelling fixes.
Jason Evans
2014-12-09
1
-1/+1
*
teach the dss chunk allocator to handle new_addr
Daniel Micay
2014-11-29
1
-7/+5
*
Initialize chunks_mtx for all configurations.
Jason Evans
2014-10-16
1
-4/+3
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
1
-1/+9
*
Normalize size classes.
Jason Evans
2014-10-06
1
-3/+0
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
1
-20/+27
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-8/+8
*
Refactor chunk map.
Qinfan Wu
2014-09-05
1
-0/+1
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-60/+85
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-15/+43
*
Optimize Valgrind integration.
Jason Evans
2014-04-15
1
-3/+3
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-4/+4
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-03
1
-2/+2
*
Add rtree unit tests.
Jason Evans
2014-01-03
1
-1/+1
*
Consistently use malloc_mutex_prefork().
Jason Evans
2013-10-21
1
-1/+1
*
Fix a compiler warning.
Jason Evans
2013-10-20
1
-1/+1
*
Fix another deadlock related to chunk_record().
Jason Evans
2013-04-23
1
-8/+11
*
Fix deadlock related to chunk_record().
Jason Evans
2013-04-17
1
-4/+11
*
Fix Valgrind integration.
Jason Evans
2013-02-01
1
-22/+26
*
Fix a chunk recycling bug.
Jason Evans
2013-02-01
1
-0/+1
*
Avoid validating freshly mapped memory.
Jason Evans
2013-01-22
1
-17/+17
*
Fix chunk_recycle() Valgrind integration.
Jason Evans
2012-12-12
1
-3/+2
*
Fix dss/mmap allocation precedence code.
Jason Evans
2012-10-17
1
-26/+14
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-42/+85
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-0/+30
*
Fix mlockall()/madvise() interaction.
Jason Evans
2012-10-09
1
-8/+14
*
Fix chunk_recycle() to stop leaking trailing chunks.
Jason Evans
2012-05-09
1
-40/+38
*
Fix chunk_alloc_mmap() bugs.
Jason Evans
2012-05-09
1
-0/+1
*
Fix a base allocator deadlock.
Jason Evans
2012-05-03
1
-3/+14
*
Add missing Valgrind annotations.
Jason Evans
2012-04-24
1
-0/+1
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
1
-11/+1
*
Fix chunk allocation/deallocation bugs.
Jason Evans
2012-04-21
1
-4/+13
*
Fix a memory corruption bug in chunk_alloc_dss().
Jason Evans
2012-04-21
1
-5/+5
*
Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls
Mike Hommey
2012-04-19
1
-1/+1
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
1
-2/+168
*
Rename labels.
Jason Evans
2012-04-10
1
-3/+3
*
Add alignment support to chunk_alloc().
Mike Hommey
2012-04-10
1
-3/+4
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-2/+2
*
Implement tsd.
Jason Evans
2012-03-23
1
-3/+11
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-20/+6
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-67/+37
*
Fix huge_ralloc to maintain chunk statistics.
Jason Evans
2011-11-11
1
-7/+9
[next]