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
/
src
/
prof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update hash from MurmurHash2 to MurmurHash3.
Jason Evans
2013-01-22
1
-25/+3
*
Avoid arena_prof_accum()-related locking when possible.
Jason Evans
2012-11-13
1
-4/+2
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-0/+42
*
Fix more prof_tdata resurrection corner cases.
Jason Evans
2012-04-29
1
-2/+2
*
Handle prof_tdata resurrection.
Jason Evans
2012-04-29
1
-17/+37
*
Don't set prof_tdata during thread cleanup.
Jason Evans
2012-04-28
1
-3/+0
*
Fix heap profiling bugs.
Jason Evans
2012-04-22
1
-76/+88
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
1
-2/+3
*
Rename labels.
Jason Evans
2012-04-10
1
-7/+7
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-1/+1
*
Remove ephemeral mutexes.
Jason Evans
2012-03-24
1
-20/+43
*
Implement tsd.
Jason Evans
2012-03-23
1
-23/+22
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
1
-1/+1
*
s/PRIx64/PRIxPTR/ for uintptr_t printf() argument.
Jason Evans
2012-03-12
1
-1/+1
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-149/+72
*
Use UINT64_C() rather than LLU for 64-bit constants.
Jason Evans
2012-03-05
1
-4/+5
*
Rename prn to prng.
Jason Evans
2012-03-02
1
-1/+1
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
1
-14/+8
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
1
-6/+2
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-6/+69
*
Fix a prof-related race condition.
Jason Evans
2011-08-31
1
-6/+19
*
Clean up prof-related comments.
Jason Evans
2011-08-10
1
-23/+16
*
Use prof_tdata_cleanup() argument.
Jason Evans
2011-08-09
1
-24/+19
*
Use LLU suffix for all 64-bit constants.
Jason Evans
2011-05-22
1
-1/+1
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+1243