Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp194 char *AllocPlace = Mem->tryBumpAllocate(AllocSize); in getCallsiteSlow()
203 AllocPlace = Mem->tryBumpAllocate(AllocSize); in getCallsiteSlow()
230 AllocBuff = FlatCtxArena->tryBumpAllocate(NeededSize); in getFlatProfile()
234 AllocBuff = FlatCtxArena->tryBumpAllocate(NeededSize); in getFlatProfile()
268 Root->FirstNode = allocContextNode(M->tryBumpAllocate(Needed), Guid, in setupContext()
H A DCtxInstrProfiling.h44 char *tryBumpAllocate(size_t S) { in tryBumpAllocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp29 auto *M1 = A->tryBumpAllocate(1020); in TEST()
31 auto *M2 = A->tryBumpAllocate(4); in TEST()
34 EXPECT_EQ(A->tryBumpAllocate(1), nullptr); in TEST()