Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h32 } ctl_indexed_node_t; typedef
/freebsd/contrib/jemalloc/src/
H A Dctl.c41 static const ctl_indexed_node_t *
43 return (!node->named ? (const ctl_indexed_node_t *)node : NULL); in ctl_indexed_node()
366 static const ctl_indexed_node_t arena_node[] = {
380 static const ctl_indexed_node_t arenas_bin_node[] = {
391 static const ctl_indexed_node_t arenas_lextent_node[] = {
479 static const ctl_indexed_node_t stats_arenas_i_bins_node[] = {
493 static const ctl_indexed_node_t stats_arenas_i_lextents_node[] = {
510 static const ctl_indexed_node_t stats_arenas_i_extents_node[] = {
559 static const ctl_indexed_node_t stats_arenas_node[] = {
612 static const ctl_indexed_node_t experimental_arenas_node[] = {
[all …]