Searched defs:AllocatedBuffer (Results 1 – 1 of 1) sorted by relevance
1077 auto *AllocatedBuffer = Allocator.Allocate<char>(Source.size()); in allocateContent() local1092 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateContent() local1113 char *AllocatedBuffer = Allocator.Allocate<char>(Source.size() + 1); in allocateCString() local1131 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size() + 1); in allocateCString() local