Searched refs:mmap_cache (Results 1 – 2 of 2) sorted by relevance
208 tcp->mmap_cache = cache_head; in build_mmap_cache()215 tcp, tcp->mmap_cache); in build_mmap_cache()228 tcp, tcp->mmap_cache, caller); in delete_mmap_cache()231 free(tcp->mmap_cache[i].binary_filename); in delete_mmap_cache()232 tcp->mmap_cache[i].binary_filename = NULL; in delete_mmap_cache()234 free(tcp->mmap_cache); in delete_mmap_cache()235 tcp->mmap_cache = NULL; in delete_mmap_cache()243 && tcp->mmap_cache) in rebuild_cache_if_invalid()246 if (!tcp->mmap_cache) in rebuild_cache_if_invalid()249 if (!tcp->mmap_cache || !tcp->mmap_cache_size) in rebuild_cache_if_invalid()[all …]
312 struct mmap_cache_t* mmap_cache; member