Memory LEAKS #140
-
Hi everyone, I’m working on the so_Long project with MLX and I’ve been dealing with these leaks that keep coming up I havn’t been able to track their source and i’m wondering if it’s normal to have so many, as it seems like the leaks might be coming from my drivers. Can I validate my project with this issue? Direct leak of 65536 byte(s) in 1 object(s) allocated from: Direct leak of 3012 byte(s) in 1 object(s) allocated from: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes eitherway, even if MLX42 were to have leaks or some drivers fucks up. It's only a problem if your own code causes the leak or misuses MLX functions that then lead to a direct leak. If you run it on a school computer and get no leaks you should be 101% sure its all fine. |
Beta Was this translation helpful? Give feedback.
Yes eitherway, even if MLX42 were to have leaks or some drivers fucks up. It's only a problem if your own code causes the leak or misuses MLX functions that then lead to a direct leak.
If you run it on a school computer and get no leaks you should be 101% sure its all fine.