Home
last modified time | relevance | path

Searched refs:actually_allocated_size (Results 1 – 1 of 1) 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()