Searched refs:first_alloc (Results 1 – 4 of 4) sorted by relevance
96 void* first_alloc = in TEST() local98 ASSERT_NE(first_alloc, nullptr); in TEST()103 ASSERT_EQ(second_alloc, reinterpret_cast<const char*>(first_alloc) + k2MiB); in TEST()116 void* first_alloc = in TEST() local118 ASSERT_NE(first_alloc, nullptr); in TEST()127 void* first_alloc = in TEST() local129 ASSERT_NE(first_alloc, nullptr); in TEST()144 void* first_alloc = in TEST() local146 ASSERT_NE(first_alloc, nullptr); in TEST()151 allocator->Free(first_alloc, k2MiB); in TEST()[all …]
73 void* first_alloc = reinterpret_cast<char*>(new_arena) + base_size; in CreateWithAlloc() local74 return std::make_pair(new_arena, first_alloc); in CreateWithAlloc()
11 %first_alloc = alloca [64 x <8 x i32>]