Home
last modified time | relevance | path

Searched refs:MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/tests/
H A Dos_proc.c70 …return memorystatus_control(MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES, pid, 0, &mmprops, sizeof(mmp… in set_memlimit()
H A Dmemorystatus_assertion_helpers.c141 …err = memorystatus_control(MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES, pid, 0, &mmprops, sizeof(mmp… in set_memlimits()
/xnu-8020.121.3/bsd/sys/
H A Dkern_memorystatus.h346 #define MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES 7 /* Set memory limits plus attributes ind… macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_memorystatus.c7993 case MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES: