Home
last modified time | relevance | path

Searched refs:b_alloc (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libutils/isoc/
A Dbget.c687 struct bhead *b_alloc = BH((char *)b + pos); local
716 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