Home
last modified time | relevance | path

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

/coreutils/src/
Dcsplit.c96 idx_t bytes_alloc; /* Size of the buffer area. */ member
409 new_buffer->bytes_alloc = 0; in get_new_buffer()
410 new_buffer->buffer = xpalloc (nullptr, &new_buffer->bytes_alloc, min_size, in get_new_buffer()
469 idx_t bytes_alloc = b->bytes_alloc; in load_buffer() local
470 idx_t bytes_avail = bytes_alloc; in load_buffer()
493 if (ckd_add (&bytes_wanted, bytes_alloc, bytes_alloc >> 1)) in load_buffer()