Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h195 unsigned NumFreeListEntries; variable
203 if (NumFreeListEntries == 0) in Allocate()
206 DiagnosticStorage *Result = FreeList[--NumFreeListEntries]; in Allocate()
216 FreeList[NumFreeListEntries++] = S; in Deallocate()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1503 NumFreeListEntries = NumCached; in DiagStorageAllocator()
1509 assert((NumFreeListEntries == NumCached || in ~DiagStorageAllocator()