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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add {,r,s,d}allocm().
Jason Evans
2010-09-17
17
-120/+888
*
Update modification date in man page.
Jason Evans
2010-09-12
1
-1/+1
*
Fix porting regressions.
Jason Evans
2010-09-12
3
-15/+9
*
Move size class table to man page.
Jason Evans
2010-09-12
3
-84/+67
*
Add posix_memalign test.
Jason Evans
2010-09-12
3
-1/+154
*
Port to Mac OS X.
Jason Evans
2010-09-12
26
-291/+1147
*
Add the thread.arena mallctl.
Jason Evans
2010-08-14
6
-2/+189
*
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
3
-14/+32
*
Fix junk filling of cached large objects.
Jason Evans
2010-04-28
1
-1/+1
*
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
*
Remove autom4te.cache in distclean (not relclean).
Jason Evans
2010-04-14
1
-1/+1
*
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
8
-82/+118
*
Update stale JEMALLOC_FILL code.
Jason Evans
2010-04-14
1
-1/+1
*
Update documentation.
1.0.0
Jason Evans
2010-04-12
3
-2/+13
*
Generalize ExtractSymbols optimization (pprof).
Jason Evans
2010-04-09
1
-17/+18
*
Revert re-addition of purge_lock.
Jason Evans
2010-04-09
2
-39/+48
*
Fix P/p reporting in stats_print().
Jason Evans
2010-04-09
1
-1/+3
*
Don't build with -march=native.
Jason Evans
2010-04-08
1
-1/+0
*
Fix build system problems.
Jason Evans
2010-04-08
5
-30/+20
*
Improve ExtractSymbols (pprof).
Jason Evans
2010-04-08
1
-11/+4
*
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
2
-3/+6
*
Optimize ExtractSymbols (pprof).
Jason Evans
2010-04-03
1
-6/+19
*
Use addr2line only for --line option (pprof).
Jason Evans
2010-04-03
1
-1/+2
*
Import pprof from google-perftools, svn r91.
Jason Evans
2010-04-02
3
-3/+4358
*
Don't disable leak reporting due to sampling.
Jason Evans
2010-04-02
2
-11/+1
*
Add sampling activation/deactivation control.
Jason Evans
2010-04-01
5
-1/+68
*
Make interval-triggered profile dumping optional.
Jason Evans
2010-04-01
6
-14/+24
*
Reduce statistical heap sampling memory overhead.
Jason Evans
2010-03-31
7
-59/+224
*
Re-add purge_lock to funnel madvise(2) calls.
Jason Evans
2010-03-27
2
-48/+39
*
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
4
-226/+285
*
Remove medium size classes.
Jason Evans
2010-03-17
12
-483/+514
*
Fix a run initialization race condition.
Jason Evans
2010-03-16
2
-15/+24
*
Add assertions.
Jason Evans
2010-03-15
3
-1/+11
*
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
*
Fix malloc_stats_print() man page prototype.
Jason Evans
2010-03-15
1
-2/+2
*
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
2
-76/+255
*
Push locks into arena bins.
Jason Evans
2010-03-15
9
-191/+368
*
Simplify small object allocation/deallocation.
Jason Evans
2010-03-14
2
-343/+135
[prev]
[next]