Searched refs:cbufalloc (Results 1 – 1 of 1) sorted by relevance
74 static int cbufalloc = 0; variable475 if(cbufidx >= cbufalloc)477 cbufalloc += 1024;478 cbuffer = xrealloc(cbuffer, cbufalloc * sizeof(cbuffer[0]));479 if(cbufalloc > 65536)