Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/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.cpp239 flags()->tag_in_malloc && malloc_bisect(stack, orig_size)) { in HwasanAllocate()
343 if (in_taggable_region && flags()->tag_in_free && malloc_bisect(stack, 0) && in HwasanDeallocate()