Searched refs:kValue (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/tests/vm/ |
| H A D | vm_reclaim.c | 205 static const unsigned char kValue = 220; in reuse_reclaimed_entry() local 210 uint64_t idx = allocate_and_defer_free(kAllocationSize, &ringbuffer, kValue, behavior, &addr); in reuse_reclaimed_entry() 220 assert_buffer_has_changed_and_crash(addr, kAllocationSize, kValue); in reuse_reclaimed_entry() 634 static const unsigned char kValue = 119; variable 639 uint64_t idx = allocate_and_defer_deallocate(kAllocationSize, &ringbuffer, kValue, &addr); 647 assert_buffer_has_changed_and_crash(addr, kAllocationSize, kValue);
|