KiCad PCB EDA Suite
|
The size of the mappable memory page size. More...
Public Member Functions | |
void | SetSize (std::size_t aSize) |
void | operator() (void *aMem) noexcept |
Public Attributes | |
std::size_t | m_size = 0 |
The size of the mappable memory page size.
Definition at line 428 of file coroutine.h.
|
inlinenoexcept |
Definition at line 437 of file coroutine.h.
References COROUTINE< ReturnType, ArgType >::STACK_DELETER::m_size.
|
inline |
Definition at line 436 of file coroutine.h.
References COROUTINE< ReturnType, ArgType >::STACK_DELETER::m_size.
std::size_t COROUTINE< ReturnType, ArgType >::STACK_DELETER::m_size = 0 |
Definition at line 434 of file coroutine.h.
Referenced by COROUTINE< ReturnType, ArgType >::STACK_DELETER::operator()(), and COROUTINE< ReturnType, ArgType >::STACK_DELETER::SetSize().