Skip to main content

get

Function get 

Source
pub fn get(option: Opt) -> c_long
Expand description

Read an option’s value.

Note the width: mimalloc stores option values in a C long, which is 32-bit on Windows and 64-bit on Linux/macOS. Use get_size for byte counts.