| 11 | MGB_MUTEX MemAllocPlan::ReadonlyFwdList::list_mutex; |
| 12 | |
| 13 | void MemAllocPlan::ReadonlyFwdList::reset() { |
| 14 | MGB_LOCK_GUARD(list_mutex); |
| 15 | m_prev = m_next = nullptr; |
| 16 | } |
| 17 | |
| 18 | void MemAllocPlan::ReadonlyFwdList::insert_after( |
| 19 | const MemAllocPlan& prev, MemAllocPlan* self) { |
no outgoing calls
no test coverage detected