Function hashmap_free

Source
pub extern "C" fn hashmap_free(map_ptr: *mut c_void)
Expand description

释放HashMap的内存

§参数

  • map_ptr - 要释放的HashMap指针

§说明

调用此函数后,指针将变为无效,不应再使用