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

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h
  100 void *MmapOrDieOnFatalError(uptr size, const char *mem_type);

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
  796           MmapOrDieOnFatalError(buffer_size, "ReleaseToOSPageCounters"));
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
   98         MmapOrDieOnFatalError(map_size, SecondaryAllocatorName));
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
   88   uptr map_res = (uptr)MmapOrDieOnFatalError(map_size, mem_type);