Searched refs:call_async_alloc (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h130 thread_call_data_t call_async_alloc; /* callout for asynchronous alloc */ member in struct:zone
H A Dzalloc.c1198 thread_call_setup(&z->call_async_alloc, zalloc_async, z);
1945 thread_call_enter(&zone->call_async_alloc);

Completed in 26 milliseconds