Home
last modified time | relevance | path

Searched refs:set_dynamically_allocated (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h71 void set_dynamically_allocated() { dynamically_allocated_ = true; } in set_dynamically_allocated() function
/external/pigweed/pw_thread_freertos/
Dthread.cc153 native_type_->set_dynamically_allocated(); in Thread()