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

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c60 size_t ctb_size; /* size of buffer */ member in struct:ctf_buf
84 b->ctb_size += CTF_BUF_CHUNK_SIZE;
85 b->ctb_base = xrealloc(b->ctb_base, b->ctb_size);
86 b->ctb_end = b->ctb_base + b->ctb_size;

Completed in 41 milliseconds