Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Darena_test.cpp78 void *third_allocation = arena->Alloc(alloc_size); in ResizeAndResetTestImplementation() local
80 ASSERT_TRUE(ToUintPtr(second_allocation) == ToUintPtr(third_allocation)); in ResizeAndResetTestImplementation()