Searched refs:MEMORY_TOOL_MAKE_NOACCESS (Results 1 – 9 of 9) sorted by relevance
/art/libartbase/base/ |
D | memory_tool.h | 34 # define MEMORY_TOOL_MAKE_NOACCESS(p, s) __asan_poison_memory_region(p, s) macro 39 # define MEMORY_TOOL_MAKE_NOACCESS(p, s) do { (void)(p); (void)(s); } while (0) 56 # define MEMORY_TOOL_MAKE_NOACCESS(p, s) do { (void)(p); (void)(s); } while (0)
|
D | malloc_arena_pool.cc | 59 MEMORY_TOOL_MAKE_NOACCESS(unaligned_memory_, head); in MallocArena() 60 MEMORY_TOOL_MAKE_NOACCESS(memory_ + size, tail); in MallocArena()
|
D | arena_allocator.cc | 185 MEMORY_TOOL_MAKE_NOACCESS(ptr, size); in DoMakeInaccessible() 309 MEMORY_TOOL_MAKE_NOACCESS(noaccess_begin, noaccess_end - noaccess_begin); in AllocFromNewArenaWithMemoryTool()
|
D | scoped_arena_allocator.cc | 101 MEMORY_TOOL_MAKE_NOACCESS(ptr, top_end_ - ptr); in AllocWithMemoryTool()
|
D | scoped_arena_containers.h | 245 MEMORY_TOOL_MAKE_NOACCESS(ptr, size); in ProtectMemory()
|
D | mem_map.cc | 569 MEMORY_TOOL_MAKE_NOACCESS(actual, real_start - actual); in MapFileAtAddress() 570 MEMORY_TOOL_MAKE_NOACCESS(real_end, mapping_end - real_end); in MapFileAtAddress()
|
/art/runtime/gc/space/ |
D | memory_tool_malloc_space-inl.h | 59 MEMORY_TOOL_MAKE_NOACCESS(obj_with_rdz, kMemoryToolRedZoneBytes); in AdjustForMemoryTool() 72 MEMORY_TOOL_MAKE_NOACCESS(reinterpret_cast<uint8_t*>(result) + num_bytes, in AdjustForMemoryTool()
|
D | large_object_space.cc | 62 MEMORY_TOOL_MAKE_NOACCESS(reinterpret_cast<void*>(obj), kMemoryToolRedZoneBytes); in Alloc() 63 MEMORY_TOOL_MAKE_NOACCESS( in Alloc()
|
/art/libdexfile/dex/ |
D | dex_file_tracking_registrar.cc | 131 MEMORY_TOOL_MAKE_NOACCESS(begin, size); in SetRegistrationRange()
|