Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dallocation.bench.cpp15 struct PointerList { struct
16 PointerList* Next = nullptr; argument
78 PointerList *Start = nullptr; in BM_AllocateOnly()
81 PointerList* p = (PointerList*)AllocWrapper::Allocate(alloc_size); in BM_AllocateOnly()
87 PointerList *Next = Start; in BM_AllocateOnly()
89 PointerList *Tmp = Next; in BM_AllocateOnly()