sfackler / jemalloc-ctl

Apache License 2.0
9 stars 3 forks source link

Should free functions be provided along with the structs? #2

Closed sfackler closed 6 years ago

sfackler commented 6 years ago

For some ctls, like version, you don't really care about incredibly high throughput, and it'd be nice to just do e.g. version() rather than Version::new().and_then(|v| v.get()).