mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-21 23:03:01 +03:00
Relocate a few prof utilities to the right modules
This commit is contained in:
parent
4736fb4fc9
commit
d128efcb6a
9 changed files with 30 additions and 30 deletions
|
|
@ -5,6 +5,7 @@ extern malloc_mutex_t prof_dump_filename_mtx;
|
|||
extern base_t *prof_base;
|
||||
|
||||
void prof_sys_thread_name_fetch(tsd_t *tsd);
|
||||
int prof_getpid(void);
|
||||
void prof_get_default_filename(tsdn_t *tsdn, char *filename, uint64_t ind);
|
||||
bool prof_dump_prefix_set(tsdn_t *tsdn, const char *prefix);
|
||||
void prof_fdump_impl(tsd_t *tsd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue