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

/external/jemalloc/include/jemalloc/internal/
H A Dctl.h6 typedef struct ctl_indexed_node_s ctl_indexed_node_t; typedef in typeref:struct:ctl_indexed_node_s
/external/jemalloc/src/
H A Dctl.c35 static inline const ctl_indexed_node_t *
39 return ((node->named == false) ? (const ctl_indexed_node_t *)node :
269 static const ctl_indexed_node_t arena_node[] = {
282 static const ctl_indexed_node_t arenas_bin_node[] = {
293 static const ctl_indexed_node_t arenas_lrun_node[] = {
359 static const ctl_indexed_node_t stats_arenas_i_bins_node[] = {
373 static const ctl_indexed_node_t stats_arenas_i_lruns_node[] = {
396 static const ctl_indexed_node_t stats_arenas_node[] = {
766 const ctl_indexed_node_t *inode;
892 const ctl_indexed_node_t *inod
[all...]

Completed in 235 milliseconds