Searched refs:mmap_cache (Results 1 – 2 of 2) sorted by relevance
216 tcp->mmap_cache = cache_head; in build_mmap_cache()223 tcp, tcp->mmap_cache); in build_mmap_cache()236 tcp, tcp->mmap_cache, caller); in delete_mmap_cache()239 free(tcp->mmap_cache[i].binary_filename); in delete_mmap_cache()240 tcp->mmap_cache[i].binary_filename = NULL; in delete_mmap_cache()242 free(tcp->mmap_cache); in delete_mmap_cache()243 tcp->mmap_cache = NULL; in delete_mmap_cache()251 && tcp->mmap_cache) in rebuild_cache_if_invalid()254 if (!tcp->mmap_cache) in rebuild_cache_if_invalid()257 if (!tcp->mmap_cache || !tcp->mmap_cache_size) in rebuild_cache_if_invalid()[all …]
431 struct mmap_cache_t* mmap_cache; member