This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Relying on c++ integrated memory management

Dear All,

we're using C++ for our development and I try to use nrf_malloc as much as possible.

But there are cases like std::vector's .resize() function and I wonder if it is okay to rely on them

Related