Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dctl.c34 JEMALLOC_INLINE_C const ctl_indexed_node_t *
38 return (!node->named ? (const ctl_indexed_node_t *)node : NULL); in ctl_indexed_node()
315 static const ctl_indexed_node_t arena_node[] = {
328 static const ctl_indexed_node_t arenas_bin_node[] = {
339 static const ctl_indexed_node_t arenas_lrun_node[] = {
350 static const ctl_indexed_node_t arenas_hchunk_node[] = {
423 static const ctl_indexed_node_t stats_arenas_i_bins_node[] = {
437 static const ctl_indexed_node_t stats_arenas_i_lruns_node[] = {
451 static const ctl_indexed_node_t stats_arenas_i_hchunks_node[] = {
479 static const ctl_indexed_node_t stats_arenas_node[] = {
[all …]
/external/jemalloc/include/jemalloc/internal/
Dctl.h6 typedef struct ctl_indexed_node_s ctl_indexed_node_t; typedef