Lines Matching refs:bdh
788 struct bdhead *bdh; local
791 bdh = BDH(p);
792 buf = bdh + 1;
796 tp += sizeof(*bdh) + hdr_size + align;
800 bdh = BDH((char *)buf - sizeof(*bdh));
805 bdh->bh.bsize = 0;
806 bdh->bh.prevfree = 0;
807 bdh->tsize = size;
808 bdh->offs = (unsigned long)bdh - (unsigned long)p;
939 struct bdhead *bdh; local
941 bdh = BDH(((char *) buf) - sizeof(struct bdhead));
944 poolset->totalloc -= bdh->tsize;
950 (MemSize) (bdh->tsize -
954 poolset->relfcn((char *)buf - sizeof(struct bdhead) - bdh->offs); /* Release it directly. */