Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_api.cpp675 ScopedBuf(void*& buf_keeper, bool keep) in ScopedBuf() argument
676 :buf_keeper_(buf_keeper),buf_(0),len_(0),len_watermark_(0),keep_(keep) in ScopedBuf()