Home
last modified time | relevance | path

Searched refs:IMGPF_HARDENED_HEAP (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/sys/
H A Dimgact.h159 #define IMGPF_HARDENED_HEAP 0x00008000 /* enable hardened-heap for the process */ macro
/xnu-11417.101.15/bsd/kern/
H A Dkern_exec.c1259 imgp->ip_flags |= IMGPF_HARDENED_HEAP; in apply_hardened_heap_policy()
6697 if (imgp->ip_flags & IMGPF_HARDENED_HEAP) { in exec_add_apple_strings()