Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp225 char *AllocBuff = nullptr; in getFlatProfile() local
230 AllocBuff = FlatCtxArena->tryBumpAllocate(NeededSize); in getFlatProfile()
231 if (!AllocBuff) { in getFlatProfile()
234 AllocBuff = FlatCtxArena->tryBumpAllocate(NeededSize); in getFlatProfile()
239 auto *Ret = allocContextNode(AllocBuff, Guid, NumCounters, 0); in getFlatProfile()