Lines Matching full:allocationsize
2446 size_t allocationSize = NumCaptures * sizeof(Capture);2447 void *buffer = Context.Allocate(allocationSize, /*alignment*/sizeof(void*));2448 memcpy(buffer, begin, allocationSize);