Searched refs:MEMORY_TOOL_MAKE_UNDEFINED (Results 1 – 8 of 8) sorted by relevance
/art/libartbase/base/ |
D | memory_tool.h | 35 # define MEMORY_TOOL_MAKE_UNDEFINED(p, s) __asan_unpoison_memory_region(p, s) macro 40 # define MEMORY_TOOL_MAKE_UNDEFINED(p, s) do { (void)(p); (void)(s); } while (0) 57 # define MEMORY_TOOL_MAKE_UNDEFINED(p, s) do { (void)(p); (void)(s); } while (0)
|
D | malloc_arena_pool.cc | 72 MEMORY_TOOL_MAKE_UNDEFINED(unaligned_memory_, head); in ~MallocArena() 73 MEMORY_TOOL_MAKE_UNDEFINED(memory_ + size_, tail); in ~MallocArena() 137 MEMORY_TOOL_MAKE_UNDEFINED(arena->memory_, arena->bytes_allocated_); in FreeArenaChain()
|
D | mem_map.cc | 604 MEMORY_TOOL_MAKE_UNDEFINED( in DoReset() 610 MEMORY_TOOL_MAKE_UNDEFINED(base_begin_, base_size_); in DoReset() 744 MEMORY_TOOL_MAKE_UNDEFINED(tail_base_begin, tail_base_size); in RemapAtEnd() 1024 MEMORY_TOOL_MAKE_UNDEFINED( in SetSize() 1272 MEMORY_TOOL_MAKE_UNDEFINED(base_begin, aligned_base_begin - base_begin); in AlignBy() 1278 MEMORY_TOOL_MAKE_UNDEFINED(aligned_base_end, base_end - aligned_base_end); in AlignBy()
|
D | scoped_arena_allocator.cc | 105 MEMORY_TOOL_MAKE_UNDEFINED(ptr, bytes); in AllocWithMemoryTool()
|
D | arena_allocator.cc | 181 MEMORY_TOOL_MAKE_UNDEFINED(ptr, size); in DoMakeUndefined()
|
/art/runtime/gc/space/ |
D | memory_tool_malloc_space-inl.h | 236 MEMORY_TOOL_MAKE_UNDEFINED(obj_with_rdz, allocation_size); in Free() 238 MEMORY_TOOL_MAKE_UNDEFINED(obj_with_rdz, usable_size + 2 * kMemoryToolRedZoneBytes); in Free()
|
D | large_object_space.cc | 82 MEMORY_TOOL_MAKE_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr)); in Free()
|
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 140 MEMORY_TOOL_MAKE_UNDEFINED(arena->memory_, arena->bytes_allocated_); in FreeArenaChain()
|