mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +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
|
|
@ -16,10 +16,9 @@ struct tcache_s {
|
|||
* together at the start of this struct.
|
||||
*/
|
||||
|
||||
/* Cleared after arena_prof_accum(). */
|
||||
uint64_t prof_accumbytes;
|
||||
/* Drives incremental GC. */
|
||||
ticker_t gc_ticker;
|
||||
|
||||
/*
|
||||
* The pointer stacks associated with bins follow as a contiguous array.
|
||||
* During tcache initialization, the avail pointer in each element of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue