pub fn read_file(path: &Path) -> Result<FileData>
Read a file with zero-copy mmap. Uses populate() for eager page table setup and MADV_HUGEPAGE for TLB efficiency on large files.