HomeSort by relevance Sort by last modified time
    Searched refs:ctl_named_node_t (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/internal/
ctl.h 5 typedef struct ctl_named_node_s ctl_named_node_t; typedef in typeref:struct:ctl_named_node_s
30 const ctl_named_node_t *(*index)(tsdn_t *, const size_t *, size_t,
  /external/jemalloc/src/
ctl.c 19 JEMALLOC_INLINE_C const ctl_named_node_t *
23 return ((node->named) ? (const ctl_named_node_t *)node : NULL);
26 JEMALLOC_INLINE_C const ctl_named_node_t *
27 ctl_named_children(const ctl_named_node_t *node, size_t index)
29 const ctl_named_node_t *children = ctl_named_node(node->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...]

Completed in 62 milliseconds