llvm::ThreadSafeTrieRawHashMapBase::DefaultContentAllocSize

Default allocation size for content of type T.

Synopsis

Declared in <llvm/ADT/TrieRawHashMap.h>

template<class T>
inline constexpr static
size_t DefaultContentAllocSize = sizeof(AllocValueType<T>);