Searched refs:log_allocation (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_allocation.c | 1199 log_allocation(mach_vm_size_t size, int flags, mach_vm_address_t address, const char *message) in log_allocation() function 1217 log_allocation(size, flag, address, ""); in allocate() 1242 log_allocation(buffer_size, VM_FLAGS_ANYWHERE, 0, ""); in allocate_buffer() 1749 log_allocation(size, flag, address, "in NULL VM map"); in test_allocate_in_null_map() 1767 log_allocation(size, flag, address, "with various invalid flags"); in test_allocate_with_kernel_flags() 1817 log_allocation(size, flag, address, "with various invalid protection/inheritance arguments"); in test_mach_vm_map_protection_inheritance_error()
|