Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h711 bool MapWithCallback(uptr beg, uptr size, const char *name) { in MapWithCallback() function
749 if (UNLIKELY(!MapWithCallback(current_map_end, new_map_size, in EnsureFreeArraySpace()
800 if (UNLIKELY(!MapWithCallback(region_beg + region->mapped_user, in PopulateFreeArray()
820 if (UNLIKELY(!MapWithCallback( in PopulateFreeArray()
H A Dsanitizer_allocator_primary32.h140 void *MapWithCallback(uptr size) { in MapWithCallback() function