Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp184 if (flags()->tag_in_malloc && malloc_bisect(stack, orig_size)) { in HwasanAllocate()
278 if (in_taggable_region && flags()->tag_in_free && malloc_bisect(stack, 0) && in HwasanDeallocate()