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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c331 plist->num_allocations = 0;
568 plist->num_allocations = 0;
649 for (i = 0; i < plist->num_allocations; (i++, hptr++)) {
716 for (i = 0; i < plist->num_allocations; (i++, pptr++)) {
747 for (i = 0; i < plist->num_allocations; (i++, gptr++)) {
826 for (i = 0; i < plist->num_allocations; (i++, hptr++)) {
855 for (i = 0; i < plist->num_allocations; (i++, hptr++)) {
870 for (i = 0; i < plist->num_allocations; (i++, pptr++)) {
885 for (i = 0; i < plist->num_allocations; (i++, fptr++)) {
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_util.c58 static unsigned long num_allocations = 0; variable
143 ++num_allocations;
188 ++num_allocations;
802 num_allocations, num_frees, bytes_allocated / num_allocations,
/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h197 size_t num_allocations; /* # of allocations */ member in struct:page_list

Completed in 25 milliseconds