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

/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dheap.c46 static int ptrhash __P((void *p));
263 ** It is used by ptrhash.
295 ** ptrhash hashes a pointer value to a uniformly distributed random
304 ptrhash(p) function
483 i = ptrhash(ptr);
541 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
565 hp = &SmHeapTable[ptrhash(newptr)];
611 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
634 hp = &SmHeapTable[ptrhash(newptr)];
674 for (hp = &SmHeapTable[ptrhash(pt
[all...]

Completed in 58 milliseconds