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
/
arena.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-14/+99
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-3/+5
*
Refactor small_size2bin and small_bin2size.
Jason Evans
2014-04-17
1
-9/+9
*
Merge pull request #73 from bmaurer/smallmalloc
Jason Evans
2014-04-16
1
-1/+9
|
\
|
*
Create a const array with only a small bin to size map
Ben Maurer
2014-04-16
1
-1/+9
*
|
Optimize Valgrind integration.
Jason Evans
2014-04-15
1
-14/+14
*
|
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-1/+4
|
/
*
Remove support for non-prof-promote heap profiling metadata.
Jason Evans
2014-04-11
1
-21/+0
*
refactoring for bits splitting
Ben Maurer
2014-04-10
1
-36/+40
*
Fix a crashing case where arena_chunk_init_hard returns NULL.
Chris Pride
2014-03-26
1
-1/+4
*
Fix typo
Erwan Legrand
2014-02-14
1
-1/+0
*
Refactor overly large/complex functions.
Jason Evans
2014-01-15
1
-383/+461
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
1
-7/+6
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
1
-17/+67
*
Add quarantine unit tests.
Jason Evans
2013-12-17
1
-12/+54
*
Don't junk-fill reallocations unless usize changes.
Jason Evans
2013-12-16
1
-12/+3
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-3/+3
*
Remove unnecessary zeroing in arena_palloc().
Jason Evans
2013-10-30
1
-43/+73
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
1
-5/+18
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
1
-7/+14
*
Fix a prof-related locking order bug.
Jason Evans
2013-02-06
1
-5/+8
*
Fix Valgrind integration.
Jason Evans
2013-02-01
1
-7/+8
*
Tighten valgrind integration.
Jason Evans
2013-01-22
1
-22/+28
*
Avoid arena_prof_accum()-related locking when possible.
Jason Evans
2012-11-13
1
-24/+3
*
Tweak chunk purge order according to fragmentation.
Jason Evans
2012-11-07
1
-11/+34
*
Purge unused dirty pages in a fragmentation-reducing order.
Jason Evans
2012-11-06
1
-191/+307
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-54/+80
*
Fix mlockall()/madvise() interaction.
Jason Evans
2012-10-09
1
-30/+20
*
Update a comment.
Jason Evans
2012-05-16
1
-1/+1
*
Fix large calloc() zeroing bugs.
Jason Evans
2012-05-11
1
-25/+18
*
Add arena chunk map assertions.
Jason Evans
2012-05-11
1
-15/+30
*
Refactor arena_run_alloc().
Jason Evans
2012-05-11
1
-34/+24
*
Further optimize and harden arena_salloc().
Jason Evans
2012-05-02
1
-4/+5
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
1
-240/+247
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
1
-1/+1
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
1
-8/+10
*
Add missing Valgrind annotations.
Jason Evans
2012-04-24
1
-0/+3
*
Make arena_salloc() an inline function.
Jason Evans
2012-04-20
1
-40/+0
*
Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls
Mike Hommey
2012-04-19
1
-2/+2
*
Clean up a few config-related conditionals/asserts.
Jason Evans
2012-04-18
1
-4/+6
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
1
-9/+1
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
1
-31/+21
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-67/+141
*
Add alignment support to chunk_alloc().
Mike Hommey
2012-04-10
1
-1/+2
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
1
-3/+3
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-108/+98
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-0/+30
*
Remove unused variable in arena_run_split().
Jason Evans
2012-02-29
1
-2/+1
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-329/+40
*
Fix bin->runcur management.
Jason Evans
2012-02-14
1
-62/+72
[next]