mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-18 10:56:20 +03:00
Get rid of custom iterator for last-N records
This commit is contained in:
parent
a5ddfa7d91
commit
2deabac079
3 changed files with 25 additions and 62 deletions
|
|
@ -7,9 +7,8 @@ void prof_recent_alloc_reset(tsd_t *tsd, edata_t *edata);
|
|||
bool prof_recent_init();
|
||||
void edata_prof_recent_alloc_init(edata_t *edata);
|
||||
#ifdef JEMALLOC_JET
|
||||
prof_recent_t *prof_recent_alloc_begin(tsd_t *tsd);
|
||||
prof_recent_t *prof_recent_alloc_end(tsd_t *tsd);
|
||||
prof_recent_t *prof_recent_alloc_next(tsd_t *tsd, prof_recent_t *node);
|
||||
typedef ql_head(prof_recent_t) prof_recent_list_t;
|
||||
extern prof_recent_list_t prof_recent_alloc_list;
|
||||
prof_recent_t *edata_prof_recent_alloc_get(tsd_t *tsd, const edata_t *edata);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue