Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp141 Arena *Arena::allocateNewArena(size_t Size, Arena *Prev) { in allocateNewArena() function in Arena
175 Mem->allocateNewArena(getArenaAllocSize(AllocSize), Mem); in getCallsiteSlow()
248 auto *M = Arena::allocateNewArena(getArenaAllocSize(Needed)); in setupContext()
H A DCtxInstrProfiling.h37 static Arena *allocateNewArena(size_t Size, Arena *Prev = nullptr);
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp25 Arena *A = Arena::allocateNewArena(1024); in TEST()
35 Arena *A2 = Arena::allocateNewArena(2024, A); in TEST()