Searched refs:chunksize (Results 1 – 4 of 4) sorted by relevance
1392 victim_size = chunksize(victim);1457 victim_size = chunksize(victim);1615 nextsz = chunksize(next);1794 nextsize = chunksize(next);1832 prevsize = chunksize(prev);1896 newsize += chunksize(newp);2185 csz = chunksize(p);2259 top_size = chunksize(top);2331 return chunksize(p) - SIZE_SZ;2333 return chunksize(p) - 2*SIZE_SZ;[all …]
2188 victim_size = chunksize(victim);2251 victim_size = chunksize(victim);2397 nextsz = chunksize(next);2564 nextsize = chunksize(next);2598 prevsize = chunksize(prev);2658 newsize += chunksize(newp);2884 csz = chunksize(p);2955 top_size = chunksize(top);3027 return chunksize(p) - SIZE_SZ;3029 return chunksize(p) - 2*SIZE_SZ;[all …]
98 size_t chunksize, ret; in data_copy_file() local101 chunksize = 4096; in data_copy_file()103 chunksize = maxlen - d.len; in data_copy_file()105 d = data_grow_for(d, chunksize); in data_copy_file()106 ret = fread(d.val + d.len, 1, chunksize, f); in data_copy_file()
142 ``--chunksize 1`` argument, this ensures we keep feeding threads with work
Completed in 20 milliseconds