Searched defs:obj_after_rdz (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dmemory_tool_malloc_space-inl.h199 void* obj_after_rdz = reinterpret_cast<void*>(ptr); local
200 uint8_t* obj_with_rdz = reinterpret_cast<uint8_t*>(obj_after_rdz) - kMemoryToolRedZoneBytes;

Completed in 184 milliseconds