Home
last modified time | relevance | path

Searched refs:ptr3 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dfreelist_allocator_test.cpp429 auto *ptr3 = allocator.Alloc(1678U); in TEST_F() local
433 allocator.Free(ptr3); in TEST_F()
438 ASSERT_FALSE(IsAligned(reinterpret_cast<uintptr_t>(ptr3), 128U)); in TEST_F()
/arkcompiler/toolchain/tooling/test/
H A Dpt_json_test.cpp259 std::unique_ptr<PtJson> ptr3 = std::make_unique<PtJson>(&json); in HWTEST_F_L0() local
260 result = ptJson.Push(std::move(ptr3)); in HWTEST_F_L0()

Completed in 3 milliseconds