Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Dbget.c519 bufsize tsize; /* Total size, including overhead */ member
856 bdh->tsize = size;
910 rsize = bd->tsize - sizeof(struct bdhead) - bd->offs;
950 osize = bd->tsize - sizeof(struct bdhead) - bd->offs;
996 poolset->totalloc -= bdh->tsize;
1002 (MemSize) (bdh->tsize -
H A Dbget_malloc.c205 osize = bd->tsize - sizeof(struct bdhead) - bd->offs; in bget_buf_size()