HomeSort by relevance Sort by last modified time
    Searched refs:MsanReallocate (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/msan/
msan_new_delete.cc 38 return MsanReallocate(&stack, 0, size, sizeof(u64), false)
msan.h 47 void *MsanReallocate(StackTrace *stack, void *oldp, uptr size,
msan_allocator.cc 83 void *MsanReallocate(StackTrace *stack, void *old_p, uptr new_size,
msan_interceptors.cc 130 *memptr = MsanReallocate(&stack, 0, size, alignment, false);
779 return MsanReallocate(&stack, 0, nmemb * size, sizeof(u64), true);
784 return MsanReallocate(&stack, ptr, size, sizeof(u64), false);
789 return MsanReallocate(&stack, 0, size, sizeof(u64), false);
    [all...]

Completed in 42 milliseconds