Lines Matching refs:bdh
837 struct bdhead *bdh; local
840 bdh = BDH(p);
841 buf = bdh + 1;
845 tp += sizeof(*bdh) + hdr_size + align;
849 bdh = BDH((char *)buf - sizeof(*bdh));
854 bdh->bh.bsize = 0;
855 bdh->bh.prevfree = 0;
856 bdh->tsize = size;
857 bdh->offs = (unsigned long)bdh - (unsigned long)p;
991 struct bdhead *bdh; local
993 bdh = BDH(((char *) buf) - sizeof(struct bdhead));
996 poolset->totalloc -= bdh->tsize;
1002 (MemSize) (bdh->tsize -
1006 poolset->relfcn((char *)buf - sizeof(struct bdhead) - bdh->offs); /* Release it directly. */