Home | History | Annotate | Download | only in msan

Lines Matching refs:MsanReallocate

169   *memptr = MsanReallocate(&stack, nullptr, size, alignment, false);
179 void *ptr = MsanReallocate(&stack, nullptr, size, boundary, false);
190 void *ptr = MsanReallocate(&stack, nullptr, size, boundary, false);
197 void *ptr = MsanReallocate(&stack, nullptr, size, boundary, false);
204 void *ptr = MsanReallocate(&stack, nullptr, size, GetPageSizeCached(), false);
217 void *ptr = MsanReallocate(&stack, nullptr, size, PageSize, false);
998 return MsanReallocate(&stack, ptr, size, sizeof(u64), false);
1003 return MsanReallocate(&stack, nullptr, size, sizeof(u64), false);