Searched refs:TINY_SIZE (Results 1 – 2 of 2) sorted by relevance
131 constexpr uint32_t TINY_SIZE = 100; // 100 Bytes variable
76 funcForTinyMsg.computeFunc = [](const Message *inMsg)->uint32_t{return TINY_SIZE;}; in RegFuncForTinyMsg()