Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dctl.c19 JEMALLOC_INLINE_C const ctl_named_node_t *
23 return ((node->named) ? (const ctl_named_node_t *)node : NULL); in ctl_named_node()
26 JEMALLOC_INLINE_C const ctl_named_node_t *
27 ctl_named_children(const ctl_named_node_t *node, size_t index) in ctl_named_children()
29 const ctl_named_node_t *children = ctl_named_node(node->children); in ctl_named_children()
49 static const ctl_named_node_t *n##_index(tsdn_t *tsdn, \
229 static const ctl_named_node_t thread_tcache_node[] = {
234 static const ctl_named_node_t thread_prof_node[] = {
239 static const ctl_named_node_t thread_node[] = {
249 static const ctl_named_node_t config_node[] = {
[all …]
/external/jemalloc/include/jemalloc/internal/
Dctl.h5 typedef struct ctl_named_node_s ctl_named_node_t; typedef
30 const ctl_named_node_t *(*index)(tsdn_t *, const size_t *, size_t,