v4.6.1 Stable Release
- Added helper macros for heap
- Add __new_class() and __free_class() for using malloc and free together with constructors and destructors, i.e. xxxx_init() and xxxx_depose().
- Updated example project
- Fixed compatible issue between gcc and other compilers.