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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_malloc_bisect.h31 static INLINE bool malloc_bisect(StackTrace *stack, uptr orig_size) { function in namespace:__hwasan
H A Dhwasan_allocator.cpp152 if (flags()->tag_in_malloc && malloc_bisect(stack, orig_size)) {
221 if (flags()->tag_in_free && malloc_bisect(stack, 0) &&

Completed in 47 milliseconds