Home
last modified time | relevance | path

Searched refs:CTL_MAX_DEPTH (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h12 #define CTL_MAX_DEPTH 7 macro
/freebsd/contrib/jemalloc/src/
H A Dstats.c29 size_t mib[CTL_MAX_DEPTH]; \
38 size_t mib[CTL_MAX_DEPTH]; \
H A Dctl.c1296 ctl_node_t const *nodes[CTL_MAX_DEPTH]; in ctl_byname()
1297 size_t mib[CTL_MAX_DEPTH]; in ctl_byname()
1305 depth = CTL_MAX_DEPTH; in ctl_byname()