Home | History | Annotate | Download | only in AST

Lines Matching refs:allocationSize

2787   size_t allocationSize = NumCaptures * sizeof(Capture);
2788 void *buffer = Context.Allocate(allocationSize, /*alignment*/sizeof(void*));
2789 memcpy(buffer, begin, allocationSize);