reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  294   if (UNLIKELY(CheckForPvallocOverflow(sz, PageSize))) {
  299     ReportPvallocOverflow(sz, &stack);
  302   sz = sz ? RoundUpTo(sz, PageSize) : PageSize;
  302   sz = sz ? RoundUpTo(sz, PageSize) : PageSize;
  302   sz = sz ? RoundUpTo(sz, PageSize) : PageSize;
  303   return SetErrnoOnNull(user_alloc_internal(thr, pc, sz, PageSize));