Searched refs:MEMORYSTATUS_CMD_CONVERT_MEMLIMIT_MB (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.81.5/tests/vm/ |
| H A D | memorystatus_convert_limit_bytes.c | 25 ret = memorystatus_control(MEMORYSTATUS_CMD_CONVERT_MEMLIMIT_MB, getpid(), (int32_t) -1, NULL, 0);
|
| H A D | ios13extended_footprint.c | 47 ret = memorystatus_control(MEMORYSTATUS_CMD_CONVERT_MEMLIMIT_MB, getpid(), (uint32_t) -1, NULL, 0);
|
| H A D | entitlement_increased_memory_limit.c | 246 ret = memorystatus_control(MEMORYSTATUS_CMD_CONVERT_MEMLIMIT_MB, pid, (uint32_t) -1, NULL, 0);
|
| /xnu-10002.81.5/bsd/sys/ |
| H A D | kern_memorystatus.h | 381 #define MEMORYSTATUS_CMD_CONVERT_MEMLIMIT_MB 28 /* Given a memlimit value (which may be 0 or -1), c… macro
|
| /xnu-10002.81.5/tests/ |
| H A D | vm_phys_footprint.c | 1841 ret = memorystatus_control(MEMORYSTATUS_CMD_CONVERT_MEMLIMIT_MB, getpid(), (uint32_t) -1, NULL, 0);
|
| /xnu-10002.81.5/bsd/kern/ |
| H A D | kern_memorystatus.c | 8215 case MEMORYSTATUS_CMD_CONVERT_MEMLIMIT_MB:
|