Home
last modified time | relevance | path

Searched refs:PathArena (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp257 auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max); in serialize() local
258 if (PathArena == nullptr) in serialize()
262 [&]() XRAY_NEVER_INSTRUMENT { deallocateBuffer(PathArena, MaxSize); }); in serialize()
269 PathArena, profilingFlags()->global_allocator_max); in serialize()