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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c607 vm_size_t za_size; /* how much memory did this allocation take up? */ member in struct:zallocation
889 associated_trace->zt_size -= allocation->za_size;
897 allocation->za_size = allocation_size;
933 if (allocation->za_size != allocation_size) {
935 (uintptr_t)allocation_size, (uintptr_t)allocation->za_size);

Completed in 74 milliseconds