ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Functions
mprotect.c File Reference
#include "abti.h"
#include <sys/mman.h>
Include dependency graph for mprotect.c:

Go to the source code of this file.

Functions

ABTU_ret_err int ABTU_mprotect (void *addr, size_t size, ABT_bool protect)
 

Function Documentation

◆ ABTU_mprotect()

ABTU_ret_err int ABTU_mprotect ( void *  addr,
size_t  size,
ABT_bool  protect 
)

Definition at line 9 of file mprotect.c.

Referenced by ABTI_mem_register_stack(), ABTI_mem_unregister_stack(), and protect_memory().