Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dmemory_tool_malloc_space-inl.h85 size_t kMemoryToolRedZoneBytes,
90 kMemoryToolRedZoneBytes,
122 size_t kMemoryToolRedZoneBytes,
158 size_t kMemoryToolRedZoneBytes,
194 size_t kMemoryToolRedZoneBytes,
198 kMemoryToolRedZoneBytes,
218 size_t kMemoryToolRedZoneBytes,
245 size_t kMemoryToolRedZoneBytes,
268 size_t kMemoryToolRedZoneBytes,
273 kMemoryToolRedZoneBytes,
[all …]
H A Dlarge_object_space.cc58 LargeObjectMapSpace::Alloc(self, num_bytes + kMemoryToolRedZoneBytes * 2, bytes_allocated, in Alloc()
61 reinterpret_cast<uintptr_t>(obj) + kMemoryToolRedZoneBytes); in Alloc()
62 MEMORY_TOOL_MAKE_NOACCESS(reinterpret_cast<void*>(obj), kMemoryToolRedZoneBytes); in Alloc()
65 kMemoryToolRedZoneBytes); in Alloc()
93 reinterpret_cast<uintptr_t>(obj) - kMemoryToolRedZoneBytes); in ObjectWithRedzone()
98 reinterpret_cast<uintptr_t>(obj) - kMemoryToolRedZoneBytes); in ObjectWithRedzone()
101 static constexpr size_t kMemoryToolRedZoneBytes = kPageSize; member in art::gc::space::MemoryToolLargeObjectMapSpace
H A Dmemory_tool_malloc_space.h29 size_t kMemoryToolRedZoneBytes,
/aosp12/art/libartbase/base/
H A Darena_allocator.cc31 constexpr size_t kMemoryToolRedZoneBytes = 8; variable
227 size_t rounded_bytes = RoundUp(bytes + kMemoryToolRedZoneBytes, 8); in AllocWithMemoryTool()
246 size_t rounded_bytes = bytes + kMemoryToolRedZoneBytes; in AllocWithMemoryToolAlign16()
H A Dscoped_arena_allocator.cc24 static constexpr size_t kMemoryToolRedZoneBytes = 8; variable
96 size_t rounded_bytes = RoundUp(bytes + kMemoryToolRedZoneBytes, 8); in AllocWithMemoryTool()