Home
last modified time | relevance | path

Searched refs:ctl_named_node_t (Results 1 – 2 of 2) sorted by relevance

/src/contrib/jemalloc/src/
H A Dctl.c36 static const ctl_named_node_t *
38 return ((node->named) ? (const ctl_named_node_t *)node : NULL); in ctl_named_node()
41 static const ctl_named_node_t *
42 ctl_named_children(const ctl_named_node_t *node, size_t index) { in ctl_named_children()
43 const ctl_named_node_t *children = ctl_named_node(node->children); in ctl_named_children()
61 static const ctl_named_node_t *n##_index(tsdn_t *tsdn, \
367 static const ctl_named_node_t thread_tcache_node[] = {
372 static const ctl_named_node_t thread_peak_node[] = {
377 static const ctl_named_node_t thread_prof_node[] = {
382 static const ctl_named_node_t thread_node[] = {
[all …]
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h26 } ctl_named_node_t; typedef
30 const ctl_named_node_t *(*index)(tsdn_t *, const size_t *, size_t,