HomeSort by: relevance | last modified time | path
    Searched defs:MapWithCallback (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary32.h 132 void *MapWithCallback(uptr size) {
sanitizer_allocator_primary64.h 637 bool MapWithCallback(uptr beg, uptr size) {
665 if (UNLIKELY(!MapWithCallback(current_map_end, new_map_size)))
715 if (UNLIKELY(!MapWithCallback(region_beg + region->mapped_user,
734 if (UNLIKELY(!MapWithCallback(

Completed in 72 milliseconds