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 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
[prev]