Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
DrrVertexPacket.cpp49 std::vector<VertexPacket*> VertexPacketAllocator::allocArray (size_t count) in allocArray() function in rr::VertexPacketAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h72 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function