Searched refs:object_with_rdz (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space.cc83 mirror::Object* object_with_rdz = ObjectWithRedzone(obj); variable
84 MEMORY_TOOL_MAKE_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr));
85 return LargeObjectMapSpace::Free(self, object_with_rdz);

Completed in 21 milliseconds