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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update various comments.
Jason Evans
2010-12-18
1
-47/+38
*
Remove high_water from tcache_bin_t.
Jason Evans
2010-12-16
1
-6/+0
*
Use mremap(2) for huge realloc().
Jason Evans
2010-12-01
5
-2/+7
*
Use madvise(..., MADV_FREE) on OS X.
Jason Evans
2010-10-24
1
-6/+3
*
Replace JEMALLOC_OPTIONS with MALLOC_CONF.
Jason Evans
2010-10-24
7
-13/+19
*
Fix heap profiling bugs.
Jason Evans
2010-10-22
3
-17/+45
*
Fix a heap profiling regression.
Jason Evans
2010-10-21
2
-2/+110
*
Inline the fast path for heap sampling.
Jason Evans
2010-10-21
2
-25/+373
*
Add per thread allocation counters, and enhance heap sampling.
Jason Evans
2010-10-21
2
-87/+177
*
Fix numerous arena bugs.
Jason Evans
2010-10-18
1
-4/+2
*
Increase PRN 'a' and 'c' constants.
Jason Evans
2010-10-03
1
-1/+1
*
Increase default backtrace depth from 4 to 128.
Jason Evans
2010-10-03
1
-4/+7
*
Make cumulative heap profile data optional.
Jason Evans
2010-10-03
2
-21/+43
*
Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.
Jason Evans
2010-10-02
1
-6/+6
*
Omit chunk header in arena chunk map.
Jason Evans
2010-10-02
4
-10/+20
*
Disable interval-based profile dumps by default.
Jason Evans
2010-10-01
1
-1/+1
*
Add the "arenas.purge" mallctl.
Jason Evans
2010-09-30
1
-3/+4
*
Fix compiler warnings and errors.
Jason Evans
2010-09-21
1
-1/+2
*
Fix compiler warnings.
Jason Evans
2010-09-21
2
-15/+18
*
Add memalign() and valloc() overrides.
Jason Evans
2010-09-20
1
-0/+7
*
Wrap strerror_r().
Jason Evans
2010-09-20
1
-2/+3
*
Add gcc attributes for *allocm() prototypes.
Jason Evans
2010-09-18
1
-4/+6
*
Add {,r,s,d}allocm().
Jason Evans
2010-09-17
4
-18/+93
*
Fix porting regressions.
Jason Evans
2010-09-12
1
-2/+2
*
Port to Mac OS X.
Jason Evans
2010-09-12
8
-58/+333
*
Add MAP_NORESERVE support.
Jordan DeLong
2010-05-11
1
-0/+1
*
Fix junk filling of cached large objects.
Jason Evans
2010-04-28
1
-1/+1
*
Fix threads-related profiling bugs.
Jason Evans
2010-04-14
4
-10/+13
*
Update stale JEMALLOC_FILL code.
Jason Evans
2010-04-14
1
-1/+1
*
Revert re-addition of purge_lock.
Jason Evans
2010-04-09
1
-2/+5
*
Fix build system problems.
Jason Evans
2010-04-08
1
-5/+0
*
Add sampling activation/deactivation control.
Jason Evans
2010-04-01
1
-0/+7
*
Make interval-triggered profile dumping optional.
Jason Evans
2010-04-01
1
-1/+1
*
Reduce statistical heap sampling memory overhead.
Jason Evans
2010-03-31
4
-7/+41
*
Re-add purge_lock to funnel madvise(2) calls.
Jason Evans
2010-03-27
1
-5/+2
*
Track dirty and clean runs separately.
Jason Evans
2010-03-19
2
-31/+40
*
Remove medium size classes.
Jason Evans
2010-03-17
5
-76/+196
*
Add assertions.
Jason Evans
2010-03-15
2
-1/+7
*
Purge dirty pages without arena->lock.
Jason Evans
2010-03-15
1
-8/+25
*
Push locks into arena bins.
Jason Evans
2010-03-15
4
-16/+55
*
Simplify small object allocation/deallocation.
Jason Evans
2010-03-14
1
-29/+12
*
Simplify tcache object caching.
Jason Evans
2010-03-14
2
-71/+44
*
Modify dirty page purging algorithm.
Jason Evans
2010-03-05
2
-5/+16
*
Simplify malloc_message().
Jason Evans
2010-03-04
4
-28/+28
*
Add release versioning support.
0.0.0
Jason Evans
2010-03-02
1
-0/+7
*
Allow prof.dump mallctl to specify filename.
Jason Evans
2010-03-02
1
-1/+1
*
Edit rb documentation.
Jason Evans
2010-03-02
1
-7/+6
*
Implement sampling for heap profiling.
Jason Evans
2010-03-02
2
-4/+18
*
Rewrite red-black trees.
Jason Evans
2010-02-28
2
-788/+818
*
Fix #include ordering for mb.h.
Jason Evans
2010-02-11
1
-4/+4
[next]