Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkArenaAlloc.h232 : INHERITED(fInlineStorage, InlineStorageSize, firstHeapAllocation) {} in INHERITED() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFunctionExtras.h46 static constexpr size_t InlineStorageSize = sizeof(void *) * 3; variable