php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <sys/types.h>
#include <sys/mman.h>
#include <pthread.h>
Go to the source code of this file.
Macros | |
#define | SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) |
#define | SLJIT_SE_LOCK() |
#define | SLJIT_SE_UNLOCK() |
#define | SLJIT_WX_IS_BLOCK(ptr, size) |
#define SLJIT_SE_LOCK | ( | ) |
Definition at line 61 of file sljitWXExecAllocatorPosix.c.
#define SLJIT_SE_UNLOCK | ( | ) |
Definition at line 62 of file sljitWXExecAllocatorPosix.c.
#define SLJIT_UPDATE_WX_FLAGS | ( | from, | |
to, | |||
enable_exec ) |
Definition at line 56 of file sljitWXExecAllocatorPosix.c.
Definition at line 68 of file sljitWXExecAllocatorPosix.c.
SLJIT_API_FUNC_ATTRIBUTE void sljit_free_exec | ( | void * | ptr | ) |
Definition at line 117 of file sljitWXExecAllocatorPosix.c.
SLJIT_API_FUNC_ATTRIBUTE void sljit_free_unused_memory_exec | ( | void | ) |
Definition at line 138 of file sljitWXExecAllocatorPosix.c.
SLJIT_API_FUNC_ATTRIBUTE void * sljit_malloc_exec | ( | sljit_uw | size | ) |
Definition at line 78 of file sljitWXExecAllocatorPosix.c.