Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dctl.h32 } ctl_indexed_node_t; typedef
/external/jemalloc_new/src/
Dctl.c41 static const ctl_indexed_node_t *
43 return (!node->named ? (const ctl_indexed_node_t *)node : NULL); in ctl_indexed_node()
351 static const ctl_indexed_node_t arena_node[] = {
364 static const ctl_indexed_node_t arenas_bin_node[] = {
375 static const ctl_indexed_node_t arenas_lextent_node[] = {
465 static const ctl_indexed_node_t stats_arenas_i_bins_node[] = {
481 static const ctl_indexed_node_t stats_arenas_i_lextents_node[] = {
535 static const ctl_indexed_node_t stats_arenas_node[] = {
1176 const ctl_indexed_node_t *inode; in ctl_lookup()
1301 const ctl_indexed_node_t *inode; in ctl_bymib()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch39597 -} ctl_indexed_node_t;
65964 -static const ctl_indexed_node_t *
65966 - return (!node->named ? (const ctl_indexed_node_t *)node : NULL);
66428 -static const ctl_indexed_node_t arena_node[] = {
66442 -static const ctl_indexed_node_t arenas_bin_node[] = {
66453 -static const ctl_indexed_node_t arenas_lextent_node[] = {
66482 -static const ctl_indexed_node_t prof_stats_bins_node[] = {
66495 -static const ctl_indexed_node_t prof_stats_lextents_node[] = {
66575 -static const ctl_indexed_node_t stats_arenas_i_bins_node[] = {
66589 -static const ctl_indexed_node_t stats_arenas_i_lextents_node[] = {
[all …]