Home
last modified time | relevance | path

Searched refs:MEMORY_TOOL_MAKE_NOACCESS (Results 1 – 9 of 9) sorted by relevance

/art/libartbase/base/
Dmemory_tool.h34 # 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)
Dmalloc_arena_pool.cc59 MEMORY_TOOL_MAKE_NOACCESS(unaligned_memory_, head); in MallocArena()
60 MEMORY_TOOL_MAKE_NOACCESS(memory_ + size, tail); in MallocArena()
Darena_allocator.cc186 MEMORY_TOOL_MAKE_NOACCESS(ptr, size); in DoMakeInaccessible()
310 MEMORY_TOOL_MAKE_NOACCESS(noaccess_begin, noaccess_end - noaccess_begin); in AllocFromNewArenaWithMemoryTool()
Dscoped_arena_allocator.cc101 MEMORY_TOOL_MAKE_NOACCESS(ptr, top_end_ - ptr); in AllocWithMemoryTool()
Dscoped_arena_containers.h245 MEMORY_TOOL_MAKE_NOACCESS(ptr, size); in ProtectMemory()
Dmem_map.cc569 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/
Dmemory_tool_malloc_space-inl.h59 MEMORY_TOOL_MAKE_NOACCESS(obj_with_rdz, kMemoryToolRedZoneBytes); in AdjustForMemoryTool()
72 MEMORY_TOOL_MAKE_NOACCESS(reinterpret_cast<uint8_t*>(result) + num_bytes, in AdjustForMemoryTool()
Dlarge_object_space.cc62 MEMORY_TOOL_MAKE_NOACCESS(reinterpret_cast<void*>(obj), kMemoryToolRedZoneBytes); in Alloc()
63 MEMORY_TOOL_MAKE_NOACCESS( in Alloc()
/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc131 MEMORY_TOOL_MAKE_NOACCESS(begin, size); in SetRegistrationRange()