index
:
delta/jemalloc.git
dev
master
rc-4.3.1
rc-4.4.0
rc-4.5.0
rel-4.3.0
revert-1683-fix-prof-realloc
stable-3
stable-4
github.com: jemalloc/jemalloc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
jemalloc
/
internal
/
prof_structs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rearrange the bools in prof_tdata_t to save some bytes.
Qi Wang
2023-04-05
1
-3
/
+3
*
Inline the storage for thread name in prof_tdata_t.
Qi Wang
2023-04-05
1
-3
/
+3
*
Making jemalloc max stack depth a runtime option
Guangli Dai
2022-09-12
1
-1
/
+1
*
Allow setting custom backtrace hook
Alex Lapenkou
2021-09-22
1
-1
/
+2
*
Record request size in prof info
Yinan Zhang
2021-01-07
1
-0
/
+2
*
Correct usize in prof last-N record
Yinan Zhang
2020-09-09
1
-0
/
+1
*
Prof: Add prof_unbias.
David Goldblatt
2020-08-05
1
-0
/
+4
*
Make edata pointer on prof recent record an atomic fence
Yinan Zhang
2020-06-09
1
-1
/
+1
*
Use ql for prof last-N list
Yinan Zhang
2020-04-07
1
-1
/
+1
*
Chagne prof_accum_t to counter_accum_t for general purpose.
Qi Wang
2020-01-29
1
-9
/
+0
*
Record request size in prof recent entries
Yinan Zhang
2020-01-10
1
-1
/
+1
*
Last-N profiling mode
Yinan Zhang
2019-12-30
1
-2
/
+20
*
Rename prof_tctx to alloc_tctx in prof_info_t
Yinan Zhang
2019-12-06
1
-1
/
+1
*
Restructure profiling
Yinan Zhang
2019-11-22
1
-0
/
+7
*
Refactor and optimize prof sampling initialization.
Qi Wang
2019-11-11
1
-3
/
+0
*
move bytes until sample to tsd. Fastpath allocation does not need
Dave Watson
2018-10-15
1
-1
/
+0
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0
/
+1
*
Header refactoring: ckh module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0
/
+1
*
Header refactoring: prng module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0
/
+1
*
Header refactoring: break out rb.h dependencies
David Goldblatt
2017-04-11
1
-0
/
+2
*
Convert accumbytes in prof_accum_t to C11 atomics, when possible
David Goldblatt
2017-04-05
1
-1
/
+3
*
Convert arena->prof_accumbytes synchronization to atomics.
Jason Evans
2017-02-16
1
-0
/
+7
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-0
/
+187