#include <compat.h>
Data Fields | |
const char * | data |
size_t | size |
size_t | mapping_size |
const char* tor_mmap_t::data |
Mapping of the file's contents.
Referenced by microdesc_cache_reload(), router_reload_router_list_impl(), signed_descriptor_get_body_impl(), tor_mmap_file(), and tor_munmap_file().
size_t tor_mmap_t::size |
Size of the file.
Referenced by microdesc_cache_reload(), router_reload_router_list_impl(), and tor_mmap_file().
size_t tor_mmap_t::mapping_size |
Size of the actual mapping. (This is this file size, rounded up to the nearest page.)
Referenced by tor_mmap_file(), and tor_munmap_file().