mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-24 21:05:40 +03:00
No need to intercept prof_dump_header() in tests
This commit is contained in:
parent
f58ebdff7a
commit
c2e7a06392
3 changed files with 7 additions and 30 deletions
|
|
@ -28,8 +28,6 @@ void prof_tctx_try_destroy(tsd_t *tsd, prof_tctx_t *tctx);
|
|||
/* Used in unit tests. */
|
||||
size_t prof_tdata_count(void);
|
||||
size_t prof_bt_count(void);
|
||||
typedef void (prof_dump_header_t)(void *, const prof_cnt_t *);
|
||||
extern prof_dump_header_t *JET_MUTABLE prof_dump_header;
|
||||
void prof_cnt_all(prof_cnt_t *cnt_all);
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_PROF_DATA_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue