Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_tclass.c788 int n, alloc_count; in sogetopt_tcdbg() local
792 if ((alloc_count = tfp_count) == 0) { in sogetopt_tcdbg()
797 len = alloc_count * sizeof(struct so_tcdbg); in sogetopt_tcdbg()
810 if (++n > alloc_count) { in sogetopt_tcdbg()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py980 alloc_count=meta.getAllocCount()
984 if alloc_count + free_count != avail_count:
988 alloc_count=alloc_count,