mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 01:27:19 +03:00
Change tsdn to tsd for thread name allocation
This commit is contained in:
parent
841af2b426
commit
adfd9d7b1d
3 changed files with 6 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ void prof_bt_hash(const void *key, size_t r_hash[2]);
|
|||
bool prof_bt_keycomp(const void *k1, const void *k2);
|
||||
|
||||
bool prof_data_init(tsd_t *tsd);
|
||||
char *prof_thread_name_alloc(tsdn_t *tsdn, const char *thread_name);
|
||||
char *prof_thread_name_alloc(tsd_t *tsd, const char *thread_name);
|
||||
int prof_thread_name_set_impl(tsd_t *tsd, const char *thread_name);
|
||||
bool prof_dump(tsd_t *tsd, bool propagate_err, const char *filename,
|
||||
bool leakcheck);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue