Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_util.c65 static unsigned long bytes_allocated = 0; variable
173 bytes_allocated += size; in kxld_calloc()
195 bytes_allocated += size; in kxld_alloc()
232 bytes_allocated += round_page(size); in kxld_page_alloc()
820 num_allocations, num_frees, bytes_allocated / num_allocations, in kxld_print_memory_report()
821 bytes_allocated, bytes_freed, bytes_allocated - bytes_freed); in kxld_print_memory_report()