Home | History | Annotate | Download | only in AST

Lines Matching defs:allocationSize

3334   size_t allocationSize = NumCaptures * sizeof(Capture);
3335 void *buffer = Context.Allocate(allocationSize, /*alignment*/sizeof(void*));
3336 memcpy(buffer, begin, allocationSize);