Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c94 #define logv(format, ...) \ macro
1074 logv( in set_up_vm_address()
1083 logv("Found %saligned fixed address 0x%jx.", aligned ? "" : "un", (uintmax_t)address); in set_up_vm_address()
1166 logv("Allocating 0x%jx (%ju) byte%s", (uintmax_t)size, (uintmax_t)size, (size == 1) ? "" : "s"); in allocate()
1168 logv(" at address 0x%jx", (uintmax_t)address); in allocate()
1170 logv("..."); in allocate()
1172 logv( in allocate()
1181 logv( in allocate()
1194logv("Allocating 0x%jx (%ju) byte%s...", (uintmax_t)buffer_size, (uintmax_t)buffer_size, (buffer_s… in allocate_buffer()
1196 logv( in allocate_buffer()
[all …]