A process may map files to its address space, thereby creating a 1-to-1 equivalence between the files’ data and its corresponding memory-mapped region. Memory mapping has several uses: Dynamic loading ...
The DotMemory Unit framework from JetBrains can be used to analyze memory usage, write unit tests, and detect memory issues in .Net apps Unit testing helps to detect bugs and reduce time to market. It ...
In the first installment of this series we had a brief look at the steps needed to get a bare-metal application running on an STM32 microcontroller. While this allowed us to quickly get to the juicy ...