Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h307 uint32_t MaxLoad = maxLoad(capacity()); in grow() local
312 uint32_t NewCapacity = (capacity() <= INT32_MAX) ? MaxLoad * 2 : UINT32_MAX; in grow()