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

  /external/strace/
unwind.c 179 if (tcp->mmap_cache_size > 0) {
180 entry = &cache_head[tcp->mmap_cache_size - 1];
194 if (tcp->mmap_cache_size >= cur_array_size) {
200 entry = &cache_head[tcp->mmap_cache_size];
205 tcp->mmap_cache_size++;
230 for (i = 0; i < tcp->mmap_cache_size; i++) {
236 tcp->mmap_cache_size = 0;
249 if (!tcp->mmap_cache || !tcp->mmap_cache_size)
301 int upper = (int) tcp->mmap_cache_size - 1;
362 if (tcp->mmap_cache_size == 0
    [all...]
defs.h 313 unsigned int mmap_cache_size; member in struct:tcb

Completed in 169 milliseconds