Searched defs:AllocatedBuffer (Results 1 – 1 of 1) sorted by relevance
1055 auto *AllocatedBuffer = Allocator.Allocate<char>(Source.size()); in allocateContent() local1070 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateContent() local1081 char *AllocatedBuffer = Allocator.Allocate<char>(Source.size() + 1); in allocateCString() local1099 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size() + 1); in allocateCString() local