You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: