Searched refs:obj_with_rdz (Results 1 – 1 of 1) sorted by relevance
/art/runtime/gc/space/ |
D | memory_tool_malloc_space-inl.h | 31 inline mirror::Object* AdjustForValgrind(void* obj_with_rdz, size_t num_bytes, in AdjustForValgrind() argument 54 MEMORY_TOOL_MAKE_NOACCESS(obj_with_rdz, kMemoryToolRedZoneBytes); in AdjustForValgrind() 60 reinterpret_cast<uint8_t*>(obj_with_rdz) + kMemoryToolRedZoneBytes); in AdjustForValgrind() 93 void* obj_with_rdz = S::AllocWithGrowth(self, num_bytes + 2 * kMemoryToolRedZoneBytes, in AllocWithGrowth() local 96 if (obj_with_rdz == nullptr) { in AllocWithGrowth() 101 obj_with_rdz, num_bytes, in AllocWithGrowth() 122 void* obj_with_rdz = S::Alloc(self, num_bytes + 2 * kMemoryToolRedZoneBytes, in Alloc() local 124 if (obj_with_rdz == nullptr) { in Alloc() 129 kUseObjSizeForUsable>(obj_with_rdz, num_bytes, in Alloc() 150 void* obj_with_rdz = S::AllocThreadUnsafe(self, num_bytes + 2 * kMemoryToolRedZoneBytes, in AllocThreadUnsafe() local [all …]
|