Home
last modified time | relevance | path

Searched refs:MemoryToolRedZoneBytes (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space.cc58 LargeObjectMapSpace::Alloc(self, num_bytes + MemoryToolRedZoneBytes() * 2, bytes_allocated, in Alloc()
61 reinterpret_cast<uintptr_t>(obj) + MemoryToolRedZoneBytes()); in Alloc()
62 MEMORY_TOOL_MAKE_NOACCESS(reinterpret_cast<void*>(obj), MemoryToolRedZoneBytes()); in Alloc()
65 MemoryToolRedZoneBytes()); in Alloc()
91 static size_t MemoryToolRedZoneBytes() { in MemoryToolRedZoneBytes() function in art::gc::space::MemoryToolLargeObjectMapSpace
97 reinterpret_cast<uintptr_t>(obj) - MemoryToolRedZoneBytes()); in ObjectWithRedzone()
102 reinterpret_cast<uintptr_t>(obj) - MemoryToolRedZoneBytes()); in ObjectWithRedzone()