Home
last modified time | relevance | path

Searched defs:GrowthDelay (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/unittests/Support/
DAllocatorTest.cpp141 const size_t GrowthDelay = 1; in TEST() local
168 const size_t GrowthDelay = 256; in TEST() local
/external/llvm-project/llvm/include/llvm/Support/
DAllocator.h446 SizeThreshold, GrowthDelay> &) { in delete() argument