Searched refs:tryBumpAllocate (Results 1 – 3 of 3) sorted by relevance
194 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()
44 char *tryBumpAllocate(size_t S) { in tryBumpAllocate() function
29 auto *M1 = A->tryBumpAllocate(1020); in TEST()31 auto *M2 = A->tryBumpAllocate(4); in TEST()34 EXPECT_EQ(A->tryBumpAllocate(1), nullptr); in TEST()