reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/xray/xray_allocator.h
  140   auto A = allocateBuffer<T>(N);
  183       BackingStore = allocateBuffer(MaxMemory);
projects/compiler-rt/lib/xray/xray_buffer_queue.cpp
   32       allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count));
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  255   CurrentBuffer = allocateBuffer(SerializedBufferSize);
projects/compiler-rt/lib/xray/xray_profile_collector.cpp
  250   auto ProfileArena = allocateBuffer(MaxSize);
  257   auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max);
  299     B->Data = allocateBuffer(B->Size);