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

  /art/runtime/base/
memory_tool.h 34 #define MEMORY_TOOL_MAKE_DEFINED(p, s) __asan_unpoison_memory_region(p, s)
39 #define MEMORY_TOOL_MAKE_DEFINED(p, s) do { (void)(p); (void)(s); } while (0)
59 #define MEMORY_TOOL_MAKE_DEFINED(p, s) VALGRIND_MAKE_MEM_DEFINED(p, s)
arena_allocator.cc 171 MEMORY_TOOL_MAKE_DEFINED(ptr, size);
417 MEMORY_TOOL_MAKE_DEFINED(ret, bytes);
441 MEMORY_TOOL_MAKE_DEFINED(ret, bytes);
  /art/runtime/
dex_file_tracking_registrar.cc 132 MEMORY_TOOL_MAKE_DEFINED(begin, size);
mem_map.cc 629 MEMORY_TOOL_MAKE_DEFINED(base_begin, begin_ - base_begin);
    [all...]
  /art/runtime/gc/space/
memory_tool_malloc_space-inl.h 61 MEMORY_TOOL_MAKE_DEFINED(result, num_bytes);
  /art/runtime/gc/allocator/
rosalloc.cc 123 MEMORY_TOOL_MAKE_DEFINED(base_, capacity_);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 305 milliseconds