Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dneural_footprint.c38 static uint64_t neural_footprint_before; variable
209 &neural_footprint_before, in get_ledger_before()
214 neural_footprint_before / vm_kernel_page_size, in get_ledger_before()
473 T_ASSERT_EQ(neural_footprint_before, neural_footprint_after,
475 neural_footprint_before, neural_footprint_after);
578 neural_footprint_before + vm_size,
581 neural_footprint_before / vm_kernel_page_size,
603 neural_footprint_before + vm_size,
606 neural_footprint_before / vm_kernel_page_size,
687 neural_footprint_before - vm_size,
[all …]