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 182 if (tcp->mmap_cache_size > 0) {
183 entry = &cache_head[tcp->mmap_cache_size - 1];
197 if (tcp->mmap_cache_size >= cur_array_size) {
203 entry = &cache_head[tcp->mmap_cache_size];
208 tcp->mmap_cache_size++;
233 for (i = 0; i < tcp->mmap_cache_size; i++) {
239 tcp->mmap_cache_size = 0;
252 if (!tcp->mmap_cache || !tcp->mmap_cache_size)
304 int upper = (int) tcp->mmap_cache_size - 1;
365 if (tcp->mmap_cache_size == 0
    [all...]
defs.h 238 unsigned int mmap_cache_size; member in struct:tcb

Completed in 46 milliseconds