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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h317 extern uint32_t hashaddr(uintptr_t, uint32_t);
H A Dzalloc.c827 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)];
919 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)];
1062 hashaddr(uintptr_t pt, uint32_t max_size) function
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c6528 allocation = &mleak_allocations[hashaddr((uintptr_t)addr,
6603 [hashaddr((uintptr_t)addr, mleak_alloc_buckets)];

Completed in 27 milliseconds