Home | History | Annotate | Download | only in sanitizer

Lines Matching refs:uptr

24 using __sanitizer::uptr;
33 void __asan_register_global(uptr addr, uptr size, const char *name)
38 uptr beg; // The address of the global.
39 uptr size; // The original size of the global.
40 uptr size_with_redzone; // The size with the redzone.
42 uptr has_dynamic_init; // Non-zero if the global has dynamic initializer.
47 void __asan_register_globals(__asan_global *globals, uptr n)
49 void __asan_unregister_globals(__asan_global *globals, uptr n)
55 void __asan_before_dynamic_init(uptr first_addr, uptr last_addr)
64 uptr __asan_stack_malloc(uptr size, uptr real_stack)
66 void __asan_stack_free(uptr ptr, uptr size, uptr real_stack)
77 void __asan_poison_memory_region(void const volatile *addr, uptr size)
86 void __asan_unpoison_memory_region(void const volatile *addr, uptr size)
114 void __asan_report_error(uptr pc, uptr bp, uptr sp,
115 uptr addr, bool is_write, uptr access_size)
152 uptr __asan_get_estimated_allocated_size(uptr size)
160 uptr __asan_get_allocated_size(const void *p)
163 uptr __asan_get_current_allocated_bytes()
170 uptr __asan_get_heap_size()
175 uptr __asan_get_free_bytes()
179 uptr __asan_get_unmapped_bytes()
196 void __asan_malloc_hook(void *ptr, uptr size)