Searched refs:b_alloc (Results 1 – 1 of 1) sorted by relevance
687 struct bhead *b_alloc = BH((char *)b + pos); local716 b_alloc->bsize = -(b->bh.bsize - pos);717 b_alloc->prevfree = pos;721 assert(b_alloc->bsize < 0);727 if (-b_alloc->bsize - size > SizeQ + sizeof(struct bhead)) {733 b = BFH((char *)b_alloc + size);734 b->bh.bsize = -b_alloc->bsize - size;736 b_alloc->bsize += b->bh.bsize;752 poolset->totalloc -= b_alloc->bsize;755 buf = (char *)b_alloc + sizeof(struct bhead);
Completed in 4 milliseconds