Home
last modified time | relevance | path

Searched defs:EqAllocRecordTypesPtr (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dallocation_record.h148 template <typename T> struct EqAllocRecordTypesPtr { struct
149 bool operator()(const T* r1, const T* r2) const { in operator()