summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/ctl.h
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-07-02 00:44:01 (GMT)
committerJason Evans <jasone@canonware.com>2017-07-02 00:44:01 (GMT)
commit896ed3a8b3f41998d4fb4d625d30ac63ef2d51fb (patch)
treeb335c987c7861f6934b860e14587676208aeee48 /include/jemalloc/internal/ctl.h
parent5018fe3f0979b7f9db9930accdf7ee31071fd703 (diff)
parent284edf02b0de3231357497cf0367f6f64ab07cd8 (diff)
downloadjemalloc-5.0.1.zip
jemalloc-5.0.1.tar.gz
jemalloc-5.0.1.tar.bz2
Merge branch 'dev'5.0.1
Diffstat (limited to 'include/jemalloc/internal/ctl.h')
-rw-r--r--include/jemalloc/internal/ctl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/jemalloc/internal/ctl.h b/include/jemalloc/internal/ctl.h
index f159383..a91c4cf 100644
--- a/include/jemalloc/internal/ctl.h
+++ b/include/jemalloc/internal/ctl.h
@@ -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);