Home
last modified time | relevance | path

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

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