Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DThread.h60 static constexpr size_t ACTION_SIZE = 128; variable
61 uint8_t action_memory_[ACTION_SIZE];
DThreads.cpp60 if (Thread::ACTION_SIZE < Action::MaxActionSize()) { in Threads()
62 Thread::ACTION_SIZE, Action::MaxActionSize()); in Threads()