Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Din_tclass.c801 int n, alloc_count; in sogetopt_tcdbg() local
805 if ((alloc_count = tfp_count) == 0) { in sogetopt_tcdbg()
810 len = alloc_count * sizeof(struct so_tcdbg); in sogetopt_tcdbg()
823 if (++n > alloc_count) { in sogetopt_tcdbg()
/xnu-10002.81.5/tools/lldbmacros/
H A Dmemory.py844 alloc_count = avail_count = 0
866 alloc_count = meta_sbv.xGetIntegerByName('zm_alloc_size') // zone.elem_outer_size
870 alloc_count=alloc_count, avail_count=avail_count,