pub unsafe fn get_mwindow_size() -> Result<usize, Error>Expand description
Get the maximum mmap window size
ยงSafety
This function is reading a C global without synchronization, so it is not thread safe, and should only be called before any thread is spawned.