You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you like to use the smart pointer to replace the new operator?
(Actually, it would be std::shared_ptr and std::weak_ptr, I found there are some caching mechanisms that would need some gc here)
The text was updated successfully, but these errors were encountered:
Would you like to use the smart pointer to replace the new operator? (Actually, it would be std::shared_ptr and std::weak_ptr, I found there are some caching mechanisms that would need some gc here)
Please go ahead with C++ smart pointers. Do change the necessary macros accordingly.
When I turn on the
-fsanitize=address
flag for clang++, andmake check
.The aes.elf stage said:
And nqueens.elf said:
and so on.
Would you like to use the smart pointer to replace the new operator?
(Actually, it would be std::shared_ptr and std::weak_ptr, I found there are some caching mechanisms that would need some gc here)
The text was updated successfully, but these errors were encountered: