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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c520 static struct mallocation *mleak_allocations; variable in typeref:struct:mallocation
6472 MALLOC(mleak_allocations, struct mallocation *, alloc_size,
6474 VERIFY(mleak_allocations != NULL);
6510 * This function records the allocation in the mleak_allocations table
6528 allocation = &mleak_allocations[hashaddr((uintptr_t)addr,
6533 VERIFY(allocation <= &mleak_allocations[mleak_alloc_buckets - 1]);
6602 struct mallocation *allocation = &mleak_allocations

Completed in 27 milliseconds