OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)(const size_t *, 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(const size_t *mib, \
226
static const
ctl_named_node_t
thread_tcache_node[] = {
231
static const
ctl_named_node_t
thread_prof_node[] = {
236
static const
ctl_named_node_t
thread_node[] = {
246
static const
ctl_named_node_t
config_node[] =
[
all
...]
Completed in 67 milliseconds