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
*
Fix a heap dumping deadlock.
Jason Evans
2011-01-15
1
-8/+22
*
Fix a "thread.arena" mallctl bug.
Jason Evans
2010-12-29
1
-0/+5
*
Update various comments.
Jason Evans
2010-12-18
1
-2/+2
*
Remove an arena_bin_run_size_calc() constraint.
Jason Evans
2010-12-16
1
-3/+1
*
Remove high_water from tcache_bin_t.
Jason Evans
2010-12-16
1
-2/+0
*
Add the "thread.[de]allocatedp" mallctl's.
Jason Evans
2010-12-03
1
-1/+7
*
Use mremap(2) for huge realloc().
Jason Evans
2010-12-01
4
-14/+93
*
Push down ctl_mtx.
Jason Evans
2010-11-24
1
-74/+124
*
Fix prof bugs.
Jason Evans
2010-10-28
1
-6/+29
*
Fix compilation error.
Jason Evans
2010-10-25
1
-1/+3
*
Use madvise(..., MADV_FREE) on OS X.
Jason Evans
2010-10-24
1
-3/+0
*
Add missing #ifdef JEMALLOC_PROF.
Jason Evans
2010-10-24
1
-0/+2
*
Replace JEMALLOC_OPTIONS with MALLOC_CONF.
Jason Evans
2010-10-24
7
-497/+575
*
Fix heap profiling bugs.
Jason Evans
2010-10-22
3
-66/+40
*
Fix a heap profiling regression.
Jason Evans
2010-10-21
1
-99/+0
*
Inline the fast path for heap sampling.
Jason Evans
2010-10-21
1
-479/+74
*
Add per thread allocation counters, and enhance heap sampling.
Jason Evans
2010-10-21
4
-67/+262
*
Fix a bug in arena_dalloc_bin_run().
Jason Evans
2010-10-19
1
-13/+53
*
Fix arena bugs.
Jason Evans
2010-10-18
1
-6/+19
*
Fix arena bugs.
Jason Evans
2010-10-18
1
-43/+58
*
Add assertions to run coalescing.
Jason Evans
2010-10-18
1
-7/+17
*
Fix numerous arena bugs.
Jason Evans
2010-10-18
1
-76/+170
*
Preserve CHUNK_MAP_UNZEROED for small runs.
Jason Evans
2010-10-16
1
-4/+8
*
Fix a regression in CHUNK_MAP_UNZEROED change.
Jason Evans
2010-10-14
1
-2/+3
*
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
[next]