Home
last modified time | relevance | path

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

/external/strace/
Dunwind.c182 if (tcp->mmap_cache_size > 0) { in build_mmap_cache()
183 entry = &cache_head[tcp->mmap_cache_size - 1]; in build_mmap_cache()
197 if (tcp->mmap_cache_size >= cur_array_size) { in build_mmap_cache()
203 entry = &cache_head[tcp->mmap_cache_size]; in build_mmap_cache()
208 tcp->mmap_cache_size++; in build_mmap_cache()
233 for (i = 0; i < tcp->mmap_cache_size; i++) { in delete_mmap_cache()
239 tcp->mmap_cache_size = 0; in delete_mmap_cache()
252 if (!tcp->mmap_cache || !tcp->mmap_cache_size) in rebuild_cache_if_invalid()
304 int upper = (int) tcp->mmap_cache_size - 1; in print_stack_frame()
365 if (tcp->mmap_cache_size == 0) in stacktrace_walk()
Ddefs.h238 unsigned int mmap_cache_size; member