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

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c60 size_t ctb_size; /* size of buffer */ member in struct:ctf_buf
96 b->ctb_size += CTF_BUF_CHUNK_SIZE;
97 b->ctb_base = xrealloc(b->ctb_base, b->ctb_size);
98 b->ctb_end = b->ctb_base + b->ctb_size;

Completed in 85 milliseconds