Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_win.cpp339 size_t old_usable_size = 0; in SharedReAlloc() local
341 old_usable_size = asan_malloc_usable_size(lpMem, pc, bp); in SharedReAlloc()
343 Min<size_t>(dwBytes, old_usable_size)); in SharedReAlloc()