I know the heap memory is managed by garbage collector in circuit python but how do I access the locations where the dynamically allocatted data is stored? I'm trying to save the entire heap memory to a non volatile storage.
I tried exploring the gc module inbuilt functions which usually work in cpython but the same are not working for Circuit Python