Home | History | Annotate | Download | only in AST

Lines Matching refs:allocationSize

3612   size_t allocationSize = NumCaptures * sizeof(Capture);
3613 void *buffer = Context.Allocate(allocationSize, /*alignment*/sizeof(void*));
3614 memcpy(buffer, begin, allocationSize);