37 : m_location_hint(hint)
42 eMemoryLocationHint memoryLocationHint()
const {
return m_location_hint; }
43 void setMemoryLocationHint(eMemoryLocationHint hint) { m_location_hint = hint; }
47 friend bool operator==(
const DataAllocationInfo& a,
const DataAllocationInfo& b)
49 return a.m_location_hint == b.m_location_hint;