Searched refs:MEMORY_TOOL_MAKE_DEFINED (Results 1 – 6 of 6) sorted by relevance
/art/libartbase/base/ |
D | memory_tool.h | 36 # 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)
|
D | arena_allocator.cc | 177 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/ |
D | dex_file_tracking_registrar.cc | 136 MEMORY_TOOL_MAKE_DEFINED(begin, size); in SetRegistrationRange()
|
/art/runtime/gc/space/ |
D | memory_tool_malloc_space-inl.h | 66 MEMORY_TOOL_MAKE_DEFINED(result, num_bytes); in AdjustForMemoryTool()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 126 MEMORY_TOOL_MAKE_DEFINED(base_, capacity_); in ~RosAlloc()
|
/art/runtime/gc/ |
D | heap.cc | 2370 MEMORY_TOOL_MAKE_DEFINED(reinterpret_cast<void*>(position), size); in AddBin()
|