Home
last modified time | relevance | path

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

/bionic/tests/
Duniqueptr_test.cpp28 struct Freer { struct
97 UniquePtr<int, Freer> i(reinterpret_cast<int*>(malloc(sizeof(int)))); in TEST()