Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/
H A Dvm_allocation.c94 #define logv(format, ...) \ macro
1082 logv( in set_up_vm_address()
1091 logv("Found %saligned fixed address 0x%jx.", aligned ? "" : "un", (uintmax_t)address); in set_up_vm_address()
1174 logv("Allocating 0x%jx (%ju) byte%s", (uintmax_t)size, (uintmax_t)size, (size == 1) ? "" : "s"); in allocate()
1176 logv(" at address 0x%jx", (uintmax_t)address); in allocate()
1178 logv("..."); in allocate()
1180 logv( in allocate()
1189 logv( in allocate()
1202logv("Allocating 0x%jx (%ju) byte%s...", (uintmax_t)buffer_size, (uintmax_t)buffer_size, (buffer_s… in allocate_buffer()
1204 logv( in allocate_buffer()
[all …]