Skip to content
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

F14FastMap release memory #2290

Open
xiaowk5516 opened this issue Sep 11, 2024 · 1 comment
Open

F14FastMap release memory #2290

xiaowk5516 opened this issue Sep 11, 2024 · 1 comment

Comments

@xiaowk5516
Copy link

I use F14FastMap to store some key-value data. I found the memory was not released after I released some key-value. So what is the reason and how can I release the memory which is unused.

@xiaowk5516
Copy link
Author

If the value is std::share_ptr and points to a bit struct, does F14FastMap keep the memory of this big struct or the shared_pre or when we erase a key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant