Home
last modified time | relevance | path

Searched defs:memcpy_size (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h65 uptr memcpy_size = Min(new_size, size); in Realloc() local
H A Dsanitizer_allocator_combined.h107 uptr memcpy_size = Min(new_size, old_size); in Reallocate() local
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp158 uptr memcpy_size = Min(new_size, old_size); in DFsanReallocate() local
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp245 uptr memcpy_size = Min(new_size, old_size); in MsanReallocate() local
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp494 uptr memcpy_size = Min(new_size, m->UsedSize()); in Reallocate() local
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp721 uptr memcpy_size = Min(new_size, m->UsedSize()); in Reallocate() local