Home
last modified time | relevance | path

Searched defs:FreeList (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h31 struct FreeList { struct
32 FreeList *Next; argument
H A DRecycler.h40 FreeNode *FreeList = nullptr; variable
[all...]
/llvm-project/libc/src/__support/
H A Dfreelist.h86 constexpr explicit FreeList(const cpp::array<size_t, NUM_BUCKETS> &sizes) FreeList() function
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp209 scudo::SinglyLinkedList<Batch> FreeList; in testReleaseFreeMemoryToOS() local
433 scudo::SinglyLinkedList<Batch> FreeList; in testReleasePartialRegion() local
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1122 DiagnosticStorage *FreeList[NumCached]; global() variable