Searched refs:BSD_PAGEABLE_SIZE_PER_EXEC (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c1179 bsd_pageable_map_size = (bsd_simul_execs * BSD_PAGEABLE_SIZE_PER_EXEC);
H A Dkern_exec.c4165 kern_return_t kr = vm_allocate(bsd_pageable_map, (vm_offset_t *)execarg_address, BSD_PAGEABLE_SIZE_PER_EXEC, VM_FLAGS_ANYWHERE | VM_FLAGS_PURGABLE);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h649 #define BSD_PAGEABLE_SIZE_PER_EXEC (NCARGS + PAGE_SIZE + PAGE_SIZE) /* page for apple vars, page for executable header */ macro

Completed in 130 milliseconds