Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp194 char *AllocPlace = Mem->tryBumpAllocate(AllocSize); in getCallsiteSlow() local
195 if (!AllocPlace) { in getCallsiteSlow()
203 AllocPlace = Mem->tryBumpAllocate(AllocSize); in getCallsiteSlow()
205 auto *Ret = allocContextNode(AllocPlace, Guid, NumCounters, NumCallsites, in getCallsiteSlow()