Home
last modified time | relevance | path

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

/external/strace/
Dunwind.c183 if (tcp->mmap_cache_size > 0) { in build_mmap_cache()
184 entry = &cache_head[tcp->mmap_cache_size - 1]; in build_mmap_cache()
198 if (tcp->mmap_cache_size >= cur_array_size) { in build_mmap_cache()
206 entry = &cache_head[tcp->mmap_cache_size]; in build_mmap_cache()
213 tcp->mmap_cache_size++; in build_mmap_cache()
238 for (i = 0; i < tcp->mmap_cache_size; i++) { in delete_mmap_cache()
244 tcp->mmap_cache_size = 0; in delete_mmap_cache()
257 if (!tcp->mmap_cache || !tcp->mmap_cache_size) in rebuild_cache_if_invalid()
311 int upper = (int) tcp->mmap_cache_size - 1; in print_stack_frame()
372 if (tcp->mmap_cache_size == 0) in stacktrace_walk()
Ddefs.h289 unsigned int mmap_cache_size; member