Home
last modified time | relevance | path

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

/support/
A Dblob_repeat.c227 size_t to_map = stride_size; in allocate_big() local
228 if (to_map > remaining_size) in allocate_big()
229 to_map = remaining_size; in allocate_big()
230 void *ptr = mmap (current, to_map, PROT_READ | PROT_WRITE, in allocate_big()
242 to_map, target, ptr); in allocate_big()
243 remaining_size -= to_map; in allocate_big()
244 current += to_map; in allocate_big()

Completed in 5 milliseconds