Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc187 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate() local
188 if (new_size <= actually_allocated_size) { in MsanReallocate()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp227 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate() local
228 if (new_size <= actually_allocated_size) { in MsanReallocate()