Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DArrayRecycler.h31 struct FreeList { struct
32 FreeList *Next; argument
H A DRecycler.h40 FreeNode *FreeList = nullptr; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp181 scudo::SinglyLinkedList<Batch> FreeList; in testReleaseFreeMemoryToOS() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h419 releaseFreeMemoryToOS(const IntrusiveList<TransferBatchT> &FreeList, in releaseFreeMemoryToOS()
H A Dprimary64.h333 SinglyLinkedList<BatchGroup> FreeList; member
H A Dprimary32.h300 SinglyLinkedList<BatchGroup> FreeList; member
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1117 DiagnosticStorage *FreeList[NumCached]; variable