Searched refs:chunksize (Results 1 – 4 of 4) sorted by relevance
1371 victim_size = chunksize(victim);1434 victim_size = chunksize(victim);1586 nextsz = chunksize(next);1764 nextsize = chunksize(next);1798 prevsize = chunksize(prev);1858 newsize += chunksize(newp);2139 csz = chunksize(p);2212 top_size = chunksize(top);2284 return chunksize(p) - SIZE_SZ;2286 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 16 milliseconds