Home
last modified time | relevance | path

Searched refs:MEMORY_TOOL_MAKE_DEFINED (Results 1 – 6 of 6) sorted by relevance

/art/libartbase/base/
Dmemory_tool.h36 # define MEMORY_TOOL_MAKE_DEFINED(p, s) __asan_unpoison_memory_region(p, s) macro
41 # define MEMORY_TOOL_MAKE_DEFINED(p, s) do { (void)(p); (void)(s); } while (0)
58 # define MEMORY_TOOL_MAKE_DEFINED(p, s) do { (void)(p); (void)(s); } while (0)
Darena_allocator.cc177 MEMORY_TOOL_MAKE_DEFINED(ptr, size); in DoMakeDefined()
235 MEMORY_TOOL_MAKE_DEFINED(ret, bytes); in AllocWithMemoryTool()
259 MEMORY_TOOL_MAKE_DEFINED(ret, bytes); in AllocWithMemoryToolAlign16()
/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc136 MEMORY_TOOL_MAKE_DEFINED(begin, size); in SetRegistrationRange()
/art/runtime/gc/space/
Dmemory_tool_malloc_space-inl.h66 MEMORY_TOOL_MAKE_DEFINED(result, num_bytes); in AdjustForMemoryTool()
/art/runtime/gc/allocator/
Drosalloc.cc126 MEMORY_TOOL_MAKE_DEFINED(base_, capacity_); in ~RosAlloc()
/art/runtime/gc/
Dheap.cc2228 MEMORY_TOOL_MAKE_DEFINED(reinterpret_cast<void*>(position), size); in AddBin()