-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to free mem? #38
Comments
TLDRIf you are allocating memory to your At the end of this comment, I've included a source code with its output, for reference. Long VersionI looked at the hashmap implementation, I'll try to explain what I've understood. Hashmap Memory Structure
Inserting an item into the hashmap
What happens when
|
i found that hashmap_free do not work, the mem can not free and with the time going on, the mem will reach very high, so what can i do?
The text was updated successfully, but these errors were encountered: