purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong return type of mi_free

nazar554 opened this issue · comments

pub fn mi_free(p: *mut c_void) -> c_void;