Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/
Dfreelist_heap_test.cc50 uintptr_t ptr1_start = reinterpret_cast<uintptr_t>(ptr1); in TEST() local
51 uintptr_t ptr1_end = ptr1_start + kAllocSize; in TEST()
103 uintptr_t ptr1_start = reinterpret_cast<uintptr_t>(ptr1); in TEST() local
106 EXPECT_EQ(ptr1_start % alignment, static_cast<size_t>(0)); in TEST()