reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
307 return InitAllocatorsCustom(profilingFlags()->per_thread_allocator_max); 492 profilingFlags()->stack_allocator_max); 550 profilingFlags()->stack_allocator_max);projects/compiler-rt/lib/xray/xray_profile_collector.cpp
171 StackAllocator StackAlloc(profilingFlags()->stack_allocator_max); 249 auto MaxSize = profilingFlags()->global_allocator_max; 257 auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max); 267 profilingFlags()->global_allocator_max); 269 PathArena, profilingFlags()->global_allocator_max); 344 BufferQueue(profilingFlags()->global_allocator_max, 1, Success); 351 if (BQ->init(profilingFlags()->global_allocator_max, 1) != 360 ProfileBufferArrayAllocator(profilingFlags()->global_allocator_max);projects/compiler-rt/lib/xray/xray_profiling.cpp
236 if (!profilingFlags()->no_flush) { 332 SleepForMillis(profilingFlags()->grace_period_ms); 384 *profilingFlags() = Flags; 394 BufferQueue(profilingFlags()->per_thread_allocator_max, 395 profilingFlags()->buffers_max, Success); 409 auto InitStatus = BQ->init(profilingFlags()->per_thread_allocator_max, 410 profilingFlags()->buffers_max); 490 auto *F = profilingFlags();