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

References

projects/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
   34   if (mprotect(Ptr, Size, PROT_READ | PROT_WRITE) != 0) {
   37     Printf("  mprotect(%p, %zu, RW) failed.\n", Ptr, Size);