Skip to content

How to dynamically free memory after a service call #200

Answered by fakeshadow
livingca asked this question in Q&A
Discussion options

You must be logged in to vote

This is a common "issue" likely caused by your allocator. You can reference this reddit post for explanation and possible fixes.

In short memory not always return to OS immediately when your free it. They may kept around for better memory usage.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by livingca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants