-
- Downloads
Complete/Correct memory management of Faust::Transform by RefManager.
- Fix missing RefManager::acquire() calls in Transform::push_back(), push_first(), constructors, operator=. - Adjust move ctor and move operator= (resize src Transform::data to zero). - New ctor in RefManager to allow RAII for the callback.
Showing
- src/faust_linear_operator/CPU/faust_Transform.h 7 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 27 additions, 7 deletionssrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/utils/faust_RefManager.cpp 9 additions, 0 deletionssrc/utils/faust_RefManager.cpp
- src/utils/faust_RefManager.h 3 additions, 1 deletionsrc/utils/faust_RefManager.h
Loading
Please register or sign in to comment