Search found 1 match

by curlyz
Sun Aug 05, 2018 10:36 am
Forum: General Discussion and Questions
Topic: Remove imported module from RAM
Replies: 62
Views: 49257

Re: Remove imported module from RAM

Yea , I dont think it is that simple guys .
Interned string of that module will still exist in RAM

import micropython
micropython.qstr_info(1)

There exist every string , the memory that didnt get freed is here.
How to delete interned string may you ask , working on it :))