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
/
include
/
jemalloc
/
internal
/
prof.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-568/+0
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-4/+4
*
Add a missing prof_alloc_rollback() call.
Jason Evans
2016-06-06
1
-0/+1
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-16/+28
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-3/+3
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-36/+45
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-37/+37
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-1/+2
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-39/+39
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
1
-3/+3
*
Resolve an unsupported special case in arena_prof_tctx_set().
Jason Evans
2015-09-15
1
-3/+17
*
Fix prof_{malloc,free}_sample_object() call order in prof_realloc().
Jason Evans
2015-09-15
1
-3/+8
*
Make one call to prof_active_get_unlocked() per allocation event.
Jason Evans
2015-09-15
1
-8/+10
*
Fix "prof.reset" mallctl-related corruption.
Jason Evans
2015-09-10
1
-2/+3
*
Optimize arena_prof_tctx_set().
Jason Evans
2015-09-02
1
-5/+5
*
Fix heap profiling regressions.
Jason Evans
2015-03-16
1
-1/+22
*
Fix a heap profiling regression.
Jason Evans
2015-03-14
1
-0/+1
*
Refactor huge_*() calls into arena internals.
Jason Evans
2015-02-12
1
-15/+2
*
Implement the prof.gdump mallctl.
Jason Evans
2015-01-26
1
-0/+18
*
Miscellaneous cleanups.
Jason Evans
2014-10-31
1
-6/+4
*
mark huge allocations as unlikely
Daniel Micay
2014-10-31
1
-2/+2
*
Fix a prof_tctx_t/prof_tdata_t cleanup race.
Jason Evans
2014-10-12
1
-0/+6
*
Make prof-related inline functions always-inline.
Jason Evans
2014-10-04
1
-9/+9
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
1
-2/+4
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
1
-9/+25
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-1/+1
*
Test prof.reset mallctl and fix numerous discovered bugs.
Jason Evans
2014-10-03
1
-10/+14
*
Fix profile dumping race.
Jason Evans
2014-09-25
1
-0/+1
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-41/+37
*
Apply likely()/unlikely() to allocation/deallocation fast paths.
Jason Evans
2014-09-12
1
-5/+6
*
Fix a profile sampling race.
Jason Evans
2014-09-10
1
-20/+17
*
Fix prof_tdata_get()-related regressions.
Jason Evans
2014-09-09
1
-5/+6
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
1
-245/+195
*
Dump heap profile backtraces in a stable order.
Jason Evans
2014-08-20
1
-10/+14
*
Directly embed prof_ctx_t's bt.
Jason Evans
2014-08-20
1
-5/+8
*
Convert prof_tdata_t's bt2cnt to a comprehensive map.
Jason Evans
2014-08-20
1
-16/+8
*
Simplify backtracing.
Jason Evans
2014-04-23
1
-4/+3
*
Fix debug-only compilation failures.
Jason Evans
2014-04-16
1
-3/+2
*
refactor profiling. only use a bytes till next sample variable.
Ben Maurer
2014-04-16
1
-149/+69
*
Remove support for non-prof-promote heap profiling metadata.
Jason Evans
2014-04-11
1
-13/+7
*
Avoid a compiler warning.
Jason Evans
2014-01-29
1
-1/+5
*
Add heap profiling tests.
Jason Evans
2014-01-17
1
-0/+5
*
Fix a variable prototype/definition mismatch.
Jason Evans
2014-01-17
1
-1/+6
*
Refactor prof_dump() to reduce contention.
Jason Evans
2014-01-16
1
-0/+5
*
Optimize arena_prof_ctx_set().
Jason Evans
2013-12-16
1
-26/+26
*
Add probabability distribution utility code.
Jason Evans
2013-12-10
1
-1/+1
*
Disable floating point code/linking when possible.
Jason Evans
2013-12-06
1
-0/+15
*
Fix potential TLS-related memory corruption.
Jason Evans
2013-01-31
1
-8/+6
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-0/+3
*
Fix heap profiling crash for realloc(p, 0) case.
Jason Evans
2012-05-15
1
-1/+1
[next]