Home | History | Annotate | Download | only in alloc

Lines Matching defs:ARRAYSIZE

123 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0]))
1427 size_t length = ARRAYSIZE(gDvm.primitiveClass);