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

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 217 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); local in function:__msan::MsanReallocate
218 if (new_size <= actually_allocated_size) {
msan_allocator.cc 217 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); local in function:__msan::MsanReallocate
218 if (new_size <= actually_allocated_size) {

Completed in 25 milliseconds