Home
last modified time | relevance | path

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

/external/strace/
Dunwind.c140 size_t cur_array_size = 10; in build_mmap_cache() local
153 cache_head = xcalloc(cur_array_size, sizeof(*cache_head)); in build_mmap_cache()
194 if (tcp->mmap_cache_size >= cur_array_size) { in build_mmap_cache()
195 cur_array_size *= 2; in build_mmap_cache()
196 cache_head = xreallocarray(cache_head, cur_array_size, in build_mmap_cache()