var searchIndex = {}; searchIndex["filebuffer"] = {"doc":"Filebuffer, a library for fast and simple file reading.","items":[[3,"FileBuffer","filebuffer","A memory-mapped file.",null,null],[11,"open","","Maps the file at `path` into memory.",0,{"inputs":[{"name":"p"}],"output":{"name":"result"}}],[11,"resident_len","","Returns the number of bytes resident in physical memory, starting from `offset`.",0,null],[11,"chunk_len_hint","","Returns the system page size.",0,null],[11,"prefetch","","Advises the kernel to make a slice of the file resident in physical memory.",0,null],[11,"leak","","Leaks the file buffer as a byte slice.",0,null],[11,"drop","","",0,null],[11,"deref","","",0,null]],"paths":[[3,"FileBuffer"]]}; initSearch(searchIndex);