Home
last modified time | relevance | path

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

/support/
A Dblob_repeat.c136 if (stride_size == 0) in allocate_big()
144 if (stride_size < maximum_small_size) in allocate_big()
145 stride_size in allocate_big()
146 = ((maximum_small_size + stride_size - 1) / stride_size) * stride_size; in allocate_big()
148 if (stride_size > total_size) in allocate_big()
176 if (posix_fallocate (fd, 0, stride_size) != 0) in allocate_big()
181 TEST_VERIFY_EXIT ((stride_size % page_size) == 0); in allocate_big()
198 stride_size, target, ptr); in allocate_big()
204 ptr = mmap (target, stride_size, PROT_NONE, in allocate_big()
210 stride_size, target, ptr); in allocate_big()
[all …]

Completed in 4 milliseconds