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
  157   if (sz >= kMaxAllowedMallocSize || align >= kMaxAllowedMallocSize) {
  161     ReportAllocationSizeTooBig(sz, kMaxAllowedMallocSize, &stack);
  163   void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align);
  169     ReportOutOfMemory(sz, &stack);
  172     OnUserAlloc(thr, pc, (uptr)p, sz, true);