Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c641 struct span_cache_t { struct
645 typedef struct span_cache_t span_cache_t; typedef
673 span_cache_t span_cache;
1853 span_cache_t *span_cache;
1857 span_cache = (span_cache_t *)(heap->span_large_cache + (iclass - 1));
1902 span_cache_t *span_cache = &heap->span_cache;
1959 span_cache_t *span_cache;
1963 span_cache = (span_cache_t *)(heap->span_large_cache + (span_count - 2));
1996 span_cache_t *span_cache;
2002 span_cache = (span_cache_t *)(heap->span_large_cache + (span_count - 2));
[all …]