Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c60 size_t ctb_size; /* size of buffer */ member
84 b->ctb_size += CTF_BUF_CHUNK_SIZE; in ctf_buf_grow()
85 b->ctb_base = xrealloc(b->ctb_base, b->ctb_size); in ctf_buf_grow()
86 b->ctb_end = b->ctb_base + b->ctb_size; in ctf_buf_grow()