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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_util.c60 static unsigned long bytes_allocated = 0; variable
144 bytes_allocated += size;
189 bytes_allocated += round_page(size);
802 num_allocations, num_frees, bytes_allocated / num_allocations,
803 bytes_allocated, bytes_freed, bytes_allocated - bytes_freed);
/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h196 size_t bytes_allocated; /* # bytes allocates so far */ member in struct:page_list
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c330 plist->bytes_allocated = 0;
566 plist->bytes_free += plist->bytes_allocated;
567 plist->bytes_allocated = 0;
569 memset(plist->first, '\0', plist->bytes_allocated);

Completed in 29 milliseconds