Searched defs:AllocatedBuffer (Results 1 – 1 of 1) sorted by relevance
1055 auto *AllocatedBuffer = Allocator.Allocate<char>(Source.size()); allocateContent() local 1070 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); allocateContent() local 1081 char *AllocatedBuffer = Allocator.Allocate<char>(Source.size() + 1); allocateCString() local 1099 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size() + 1); allocateCString() local [all...]