Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexclaves_memory.c44 _Atomic uint64_t time_allocating; member
54 CA_INT, time_allocating,
81 e->time_allocating = os_atomic_load(&exclaves_allocation_statistics.time_allocating, relaxed); in exclaves_memory_report_accounting()
180 os_atomic_add(&exclaves_allocation_statistics.time_allocating, elapsed_time, relaxed); in exclaves_memory_alloc()