Home
last modified time | relevance | path

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

/xnu-12377.41.6/libkern/kxld/
H A Dkxld_util.c64 static unsigned long bytes_allocated = 0; variable
172 bytes_allocated += size; in kxld_calloc()
194 bytes_allocated += size; in kxld_alloc()
231 bytes_allocated += round_page(size); in kxld_page_alloc()
819 num_allocations, num_frees, bytes_allocated / num_allocations, in kxld_print_memory_report()
820 bytes_allocated, bytes_freed, bytes_allocated - bytes_freed); in kxld_print_memory_report()
/xnu-12377.41.6/bsd/kern/code_signing/
H A Dtxm.c1888 TXM_METRIC(memory_ ## name, bytes_allocated, field->allocated); \
1916 TXM_METRIC(trustcaches, bytes_allocated, trustCaches.bytesAllocated);