Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/
Dfreelist_heap_test.cc134 void* ptr_ahead = allocator.Allocate(1); in TEST() local
135 EXPECT_EQ(ptr_ahead, nullptr); in TEST()