mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Pull prof_accumbytes into thread event handler
This commit is contained in:
parent
152c0ef954
commit
198f02e797
16 changed files with 148 additions and 177 deletions
|
|
@ -2386,9 +2386,6 @@ je_malloc(size_t size) {
|
|||
if (config_stats) {
|
||||
bin->tstats.nrequests++;
|
||||
}
|
||||
if (config_prof) {
|
||||
tcache->prof_accumbytes += usize;
|
||||
}
|
||||
|
||||
LOG("core.malloc.exit", "result: %p", ret);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue