Home
last modified time | relevance | path

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

/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dstrings.c115 #define BUF_INIT_SIZE 128 macro
120 stk.last->buf = (char *)malloc(BUF_INIT_SIZE); in start_buffer()
123 stk.last->size = BUF_INIT_SIZE; in start_buffer()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstpluginloader.c126 #define BUF_INIT_SIZE 512 macro
158 l->tx_buf_size = BUF_INIT_SIZE; in plugin_loader_new()
159 l->tx_buf = g_malloc (BUF_INIT_SIZE); in plugin_loader_new()
163 l->rx_buf_size = BUF_INIT_SIZE; in plugin_loader_new()
164 l->rx_buf = g_malloc (BUF_INIT_SIZE); in plugin_loader_new()