HomeSort by relevance Sort by last modified time
    Searched refs:MEMORY_TOOL_MAKE_UNDEFINED (Results 1 - 6 of 6) sorted by null

  /art/runtime/base/
memory_tool.h 33 #define MEMORY_TOOL_MAKE_UNDEFINED(p, s) __asan_unpoison_memory_region(p, s)
38 #define MEMORY_TOOL_MAKE_UNDEFINED(p, s) do { (void)(p); (void)(s); } while (0)
58 #define MEMORY_TOOL_MAKE_UNDEFINED(p, s) VALGRIND_MAKE_MEM_UNDEFINED(p, s)
arena_allocator.cc 175 MEMORY_TOOL_MAKE_UNDEFINED(ptr, size);
226 MEMORY_TOOL_MAKE_UNDEFINED(unaligned_memory_, head);
227 MEMORY_TOOL_MAKE_UNDEFINED(memory_ + size_, tail);
347 MEMORY_TOOL_MAKE_UNDEFINED(arena->memory_, arena->bytes_allocated_);
scoped_arena_allocator.cc 106 MEMORY_TOOL_MAKE_UNDEFINED(ptr, bytes);
  /art/runtime/gc/space/
memory_tool_malloc_space-inl.h 208 MEMORY_TOOL_MAKE_UNDEFINED(obj_with_rdz, allocation_size);
210 MEMORY_TOOL_MAKE_UNDEFINED(obj_with_rdz, usable_size + 2 * kMemoryToolRedZoneBytes);
large_object_space.cc 82 MEMORY_TOOL_MAKE_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr));
  /art/runtime/
mem_map.cc 491 MEMORY_TOOL_MAKE_UNDEFINED(
497 MEMORY_TOOL_MAKE_UNDEFINED(base_begin_, base_size_);
581 MEMORY_TOOL_MAKE_UNDEFINED(tail_base_begin, tail_base_size);
799 MEMORY_TOOL_MAKE_UNDEFINED(
    [all...]

Completed in 648 milliseconds