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

  /external/strace/
unwind.c 221 tcp->mmap_cache = cache_head;
227 tcp, tcp->mmap_cache);
239 tcp, tcp->mmap_cache, caller);
242 free(tcp->mmap_cache[i].binary_filename);
243 tcp->mmap_cache[i].binary_filename = NULL;
245 free(tcp->mmap_cache);
246 tcp->mmap_cache = NULL;
254 && tcp->mmap_cache)
257 if (!tcp->mmap_cache)
260 return tcp->mmap_cache && tcp->mmap_cache_size
    [all...]
defs.h 222 struct mmap_cache_t *mmap_cache; member in struct:tcb
    [all...]

Completed in 85 milliseconds