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

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.h325 extern uint32_t hashaddr(uintptr_t, uint32_t);
H A Dzalloc.c1384 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)];
1476 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)];
1621 hashaddr(uintptr_t pt, uint32_t max_size) function
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c6690 allocation = &mleak_allocations[hashaddr((uintptr_t)addr,
6765 [hashaddr((uintptr_t)addr, mleak_alloc_buckets)];

Completed in 174 milliseconds