Searched defs:AllocatedBuffer (Results 1 – 4 of 4) sorted by relevance
44 public abstract class AllocatedBuffer { class
42 public abstract class AllocatedBuffer { class
42 abstract class AllocatedBuffer { class
810 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateString() local