ptrhash
static int ptrhash __P((void *p));
i = ptrhash(ptr);
for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
hp = &SmHeapTable[ptrhash(newptr)];
for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
hp = &SmHeapTable[ptrhash(newptr)];
for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
for (hp = SmHeapTable[ptrhash(ptr)]; hp != NULL; hp = hp->hi_next)