Home
last modified time | relevance | path

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

/external/skqp/src/compute/common/
Dmacros.h40 #define ALLOCA_MACRO(n) _alloca(n) macro
43 #define ALLOCA_MACRO(n) alloca(n) macro