Use ql for prof last-N list

This commit is contained in:
Yinan Zhang
2020-04-02 10:48:58 -07:00
parent 8da6676a02
commit a5ddfa7d91
2 changed files with 61 additions and 66 deletions

View File

@@ -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. */