Home
last modified time | relevance | path

Searched refs:malloc_bisect (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_malloc_bisect.h31 static inline bool malloc_bisect(StackTrace *stack, uptr orig_size) { in malloc_bisect() function
H A Dhwasan_allocator.cpp179 if (flags()->tag_in_malloc && malloc_bisect(stack, orig_size)) { in HwasanAllocate()
273 if (in_taggable_region && flags()->tag_in_free && malloc_bisect(stack, 0) && in HwasanDeallocate()