Prusa MINI Firmware overview
|
#include <lwsapi_app.hpp>
Public Member Functions | |
virtual | ~LwIPClass () |
Static Public Member Functions | |
static void * | operator new (size_t size) |
static void | operator delete (void *ptr) |
All classes, which could be dynamical initialized in LwIP thread, must do internal memory pool, or another thread safe allocation. This class have own new/delete operators, which create object instance in LwIP memory pool.
|
static |