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

  /external/strace/
unwind.c 216 tcp->mmap_cache = cache_head;
223 tcp, tcp->mmap_cache);
236 tcp, tcp->mmap_cache, caller);
239 free(tcp->mmap_cache[i].binary_filename);
240 tcp->mmap_cache[i].binary_filename = NULL;
242 free(tcp->mmap_cache);
243 tcp->mmap_cache = NULL;
251 && tcp->mmap_cache)
254 if (!tcp->mmap_cache)
257 if (!tcp->mmap_cache || !tcp->mmap_cache_size
    [all...]
defs.h 431 struct mmap_cache_t* mmap_cache; member in struct:tcb

Completed in 279 milliseconds