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
*
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
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
1
-1/+2
*
Fix more prof_tdata resurrection corner cases.
Jason Evans
2012-04-29
1
-5/+7
*
Handle prof_tdata resurrection.
Jason Evans
2012-04-29
1
-3/+15
*
Fix a PROF_ALLOC_PREP() error path.
Jason Evans
2012-04-25
1
-1/+3
*
Fix heap profiling bugs.
Jason Evans
2012-04-22
1
-9/+34
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
1
-1/+2
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-3/+3
*
Remove ephemeral mutexes.
Jason Evans
2012-03-24
1
-5/+11
*
Implement tsd.
Jason Evans
2012-03-23
1
-27/+15
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
1
-1/+1
*
Use UINT64_C() rather than LLU for 64-bit constants.
Jason Evans
2012-03-05
1
-1/+1
*
Rename prn to prng.
Jason Evans
2012-03-02
1
-3/+3
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
1
-20/+10
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
1
-2/+3
*
Remove magic.
Jason Evans
2012-02-13
1
-4/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-4/+11
*
Fix off-by-one backtracing issues.
Jason Evans
2011-08-12
1
-68/+54
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+561