Searched refs:bytes_alloc (Results 1 – 1 of 1) sorted by relevance
96 idx_t bytes_alloc; /* Size of the buffer area. */ member409 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() local470 idx_t bytes_avail = bytes_alloc; in load_buffer()493 if (ckd_add (&bytes_wanted, bytes_alloc, bytes_alloc >> 1)) in load_buffer()