Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dallocation.bench.cpp52 struct BuiltinSizedNewWrapper { struct
54 static void* Allocate(size_t N) { in Allocate()
58 static void Deallocate(void* P, size_t N) { in Deallocate()