Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmemory_tool.h35 # 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)
Dmalloc_arena_pool.cc72 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()
Dmem_map.cc606 MEMORY_TOOL_MAKE_UNDEFINED( in DoReset()
612 MEMORY_TOOL_MAKE_UNDEFINED(base_begin_, base_size_); in DoReset()
746 MEMORY_TOOL_MAKE_UNDEFINED(tail_base_begin, tail_base_size); in RemapAtEnd()
1026 MEMORY_TOOL_MAKE_UNDEFINED( in SetSize()
1274 MEMORY_TOOL_MAKE_UNDEFINED(base_begin, aligned_base_begin - base_begin); in AlignBy()
1280 MEMORY_TOOL_MAKE_UNDEFINED(aligned_base_end, base_end - aligned_base_end); in AlignBy()
Dscoped_arena_allocator.cc105 MEMORY_TOOL_MAKE_UNDEFINED(ptr, bytes); in AllocWithMemoryTool()
Darena_allocator.cc181 MEMORY_TOOL_MAKE_UNDEFINED(ptr, size); in DoMakeUndefined()
/art/runtime/gc/space/
Dmemory_tool_malloc_space-inl.h236 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()
Dlarge_object_space.cc82 MEMORY_TOOL_MAKE_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr)); in Free()
/art/runtime/base/
Dmem_map_arena_pool.cc140 MEMORY_TOOL_MAKE_UNDEFINED(arena->memory_, arena->bytes_allocated_); in FreeArenaChain()