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.cpp167 char *AllocPlace = Mem->tryBumpAllocate(AllocSize); in getCallsiteSlow() local
168 if (!AllocPlace) { in getCallsiteSlow()
176 AllocPlace = Mem->tryBumpAllocate(AllocSize); in getCallsiteSlow()
178 auto *Ret = allocContextNode(AllocPlace, Guid, NrCounters, NrCallsites, in getCallsiteSlow()