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

/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c546 static uint32_t mleak_alloc_buckets = MLEAK_ALLOCATION_MAP_NUM; variable
6709 mleak_alloc_buckets * sizeof (struct mallocation);
6769 mleak_alloc_buckets)];
6773 VERIFY(allocation <= &mleak_allocations[mleak_alloc_buckets - 1]);
6843 [hashaddr((uintptr_t)addr, mleak_alloc_buckets)];

Completed in 30 milliseconds