mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-04 11:01:26 +03:00
Switch ctl to explicitly use tsd instead of tsdn.
This commit is contained in:
parent
425463a446
commit
57beeb2fcb
3 changed files with 24 additions and 26 deletions
|
|
@ -91,8 +91,7 @@ typedef struct ctl_arenas_s {
|
|||
|
||||
int ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp,
|
||||
void *newp, size_t newlen);
|
||||
int ctl_nametomib(tsdn_t *tsdn, const char *name, size_t *mibp,
|
||||
size_t *miblenp);
|
||||
int ctl_nametomib(tsd_t *tsd, const char *name, size_t *mibp, size_t *miblenp);
|
||||
|
||||
int ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp,
|
||||
size_t *oldlenp, void *newp, size_t newlen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue