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
/
jemalloc
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move variable declaration out of for loop header.
Jason Evans
2010-10-07
1
-1/+2
*
Increase PRN 'a' and 'c' constants.
Jason Evans
2010-10-03
1
-1/+1
*
Fix leak context count reporting.
Jason Evans
2010-10-03
1
-3/+3
*
Increase default backtrace depth from 4 to 128.
Jason Evans
2010-10-03
1
-5/+51
*
Make cumulative heap profile data optional.
Jason Evans
2010-10-03
5
-103/+230
*
Remove malloc_swap_enable().
Jason Evans
2010-10-02
1
-17/+0
*
Use offsetof() when sizing dynamic structures.
Jason Evans
2010-10-02
3
-6/+7
*
Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.
Jason Evans
2010-10-02
1
-20/+26
*
Omit chunk header in arena chunk map.
Jason Evans
2010-10-02
3
-150/+173
*
Add the "arenas.purge" mallctl.
Jason Evans
2010-09-30
2
-8/+57
*
Fix compiler warnings and errors.
Jason Evans
2010-09-21
1
-49/+67
*
Fix compiler warnings.
Jason Evans
2010-09-21
3
-15/+70
*
Add memalign() and valloc() overrides.
Jason Evans
2010-09-20
1
-0/+43
*
Wrap strerror_r().
Jason Evans
2010-09-20
3
-8/+29
*
Remove bad assertions in malloc_{pre,post}fork().
Jason Evans
2010-09-20
1
-7/+1
*
Add {,r,s,d}allocm().
Jason Evans
2010-09-17
6
-90/+353
*
Move size class table to man page.
Jason Evans
2010-09-12
1
-82/+0
*
Port to Mac OS X.
Jason Evans
2010-09-12
12
-129/+653
*
Add the thread.arena mallctl.
Jason Evans
2010-08-14
1
-0/+52
*
Move assert() calls up in arena_run_reg_alloc().
Jason Evans
2010-08-05
1
-1/+1
*
Add a missing mutex unlock in malloc_init_hard().
Jason Evans
2010-07-22
1
-0/+1
*
Fix the libunwind version of prof_backtrace().
Jason Evans
2010-06-04
1
-5/+4
*
Avoid unnecessary isalloc() calls.
Jason Evans
2010-05-12
1
-12/+18
*
Fix next_arena initialization.
Jason Evans
2010-05-11
1
-1/+1
*
Add MAP_NORESERVE support.
Jordan DeLong
2010-05-11
2
-14/+31
*
Fix tcache crash during thread cleanup.
Jason Evans
2010-04-14
1
-14/+12
*
Fix profiling regression caused by bugfix.
Jason Evans
2010-04-14
1
-8/+9
*
Fix arena chunk purge/dealloc race conditions.
Jason Evans
2010-04-14
1
-24/+30
*
Fix threads-related profiling bugs.
Jason Evans
2010-04-14
4
-72/+105
*
Revert re-addition of purge_lock.
Jason Evans
2010-04-09
1
-37/+43
*
Fix P/p reporting in stats_print().
Jason Evans
2010-04-09
1
-1/+3
*
Fix error path in prof_dump().
Jason Evans
2010-04-06
1
-1/+0
*
Report E/e option state in jemalloc_stats_print().
Jason Evans
2010-04-06
1
-1/+4
*
Don't disable leak reporting due to sampling.
Jason Evans
2010-04-02
1
-8/+0
*
Add sampling activation/deactivation control.
Jason Evans
2010-04-01
3
-1/+40
*
Make interval-triggered profile dumping optional.
Jason Evans
2010-04-01
4
-10/+18
*
Reduce statistical heap sampling memory overhead.
Jason Evans
2010-03-31
3
-52/+183
*
Re-add purge_lock to funnel madvise(2) calls.
Jason Evans
2010-03-27
1
-43/+37
*
Set/clear CHUNK_MAP_ZEROED in arena_chunk_purge().
Jason Evans
2010-03-22
1
-11/+32
*
Track dirty and clean runs separately.
Jason Evans
2010-03-19
2
-195/+245
*
Remove medium size classes.
Jason Evans
2010-03-17
5
-325/+263
*
Fix a run initialization race condition.
Jason Evans
2010-03-16
2
-15/+24
*
Add assertions.
Jason Evans
2010-03-15
1
-0/+4
*
Widen malloc_stats_print() output columns.
Jason Evans
2010-03-15
1
-14/+15
*
arena_chunk_purge() arena->nactive fix.
Jason Evans
2010-03-15
1
-0/+1
*
Change xmallctl() --> CTL_GET() where possible.
Jason Evans
2010-03-15
1
-3/+3
*
mmap()/munmap() without arena->lock or bin->lock.
Jason Evans
2010-03-15
1
-41/+118
*
Purge dirty pages without arena->lock.
Jason Evans
2010-03-15
1
-68/+230
*
Push locks into arena bins.
Jason Evans
2010-03-15
4
-170/+283
*
Simplify small object allocation/deallocation.
Jason Evans
2010-03-14
1
-314/+123
[prev]
[next]