Searched refs:aux_cache_size (Results 1 – 1 of 1) sorted by relevance
1028 size_t aux_cache_size = st.st_size; in load_aux_cache() local1030 = mmap (NULL, aux_cache_size, PROT_READ, MAP_PRIVATE, fd, 0); in load_aux_cache()1032 || aux_cache_size < sizeof (struct aux_cache_file) in load_aux_cache()1034 || aux_cache_size != (sizeof (struct aux_cache_file) in load_aux_cache()1039 munmap (aux_cache, aux_cache_size); in load_aux_cache()1060 munmap (aux_cache, aux_cache_size); in load_aux_cache()
Completed in 32 milliseconds