Searched refs:MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.121.3/tests/vm/ |
| H A D | ios13extended_footprint.c | 36 …ret = memorystatus_control(MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES, getpid(), 0, &mmprops.v1, siz…
|
| H A D | entitlement_increased_memory_limit.c | 207 …ret = memorystatus_control(MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES, pid, 0, &mmprops.v1, sizeof(m…
|
| /xnu-10063.121.3/tests/ |
| H A D | os_proc.c | 70 …return memorystatus_control(MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES, pid, 0, &mmprops, sizeof(mmp… in set_memlimit()
|
| H A D | memorystatus_assertion_helpers.c | 141 …err = memorystatus_control(MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES, pid, 0, &mmprops, sizeof(mmp… in set_memlimits()
|
| H A D | vm_phys_footprint.c | 1830 …ret = memorystatus_control(MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES, getpid(), 0, &mmprops.v1, siz…
|
| /xnu-10063.121.3/bsd/sys/ |
| H A D | kern_memorystatus.h | 357 #define MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES 7 /* Set memory limits plus attributes ind… macro
|
| /xnu-10063.121.3/bsd/kern/ |
| H A D | kern_memorystatus.c | 8184 case MEMORYSTATUS_CMD_SET_MEMLIMIT_PROPERTIES:
|