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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c561 * We track the allocations in the zallocations hash table, which stores the address that was returned from
562 * the zone allocator. Each stored entry in the zallocations table points to an entry in the ztraces table, which
620 static struct zallocation* zallocations; variable in typeref:struct:zallocation
626 /* Lock to protect zallocations, ztraces, and top_ztrace from concurrent modification. */
669 /* zleak-allocs=XXXX (override number of buckets in zallocations) */
756 zallocations = allocations_ptr;
827 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)];
919 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)];

Completed in 10 milliseconds