HomeSort by relevance Sort by last modified time
    Searched refs:mmap_cache_size (Results 1 - 2 of 2) sorted by null

  /external/strace/
unwind.c 183 if (tcp->mmap_cache_size > 0) {
184 entry = &cache_head[tcp->mmap_cache_size - 1];
198 if (tcp->mmap_cache_size >= cur_array_size) {
206 entry = &cache_head[tcp->mmap_cache_size];
213 tcp->mmap_cache_size++;
238 for (i = 0; i < tcp->mmap_cache_size; i++) {
244 tcp->mmap_cache_size = 0;
257 if (!tcp->mmap_cache || !tcp->mmap_cache_size)
311 int upper = (int) tcp->mmap_cache_size - 1;
372 if (tcp->mmap_cache_size == 0
    [all...]
defs.h 432 unsigned int mmap_cache_size; member in struct:tcb

Completed in 261 milliseconds