Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c2155 size_t possible_heap_count = local
2157 if (possible_heap_count >= (request_heap_count * 16))
2159 else if (possible_heap_count < request_heap_count)
2160 request_heap_count = possible_heap_count;