mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-26 21:02:14 +03:00
Use ql for prof last-N list
This commit is contained in:
parent
8da6676a02
commit
a5ddfa7d91
2 changed files with 61 additions and 66 deletions
|
|
@ -203,7 +203,7 @@ struct prof_recent_s {
|
|||
nstime_t alloc_time;
|
||||
nstime_t dalloc_time;
|
||||
|
||||
prof_recent_t *next;
|
||||
ql_elm(prof_recent_t) link;
|
||||
size_t size;
|
||||
prof_tctx_t *alloc_tctx;
|
||||
edata_t *alloc_edata; /* NULL means allocation has been freed. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue