mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 13:27:40 +00:00
ChibiOS memory helper functions.
This commit is contained in:
@@ -31,4 +31,11 @@ void* operator new[](size_t size);
|
||||
void operator delete(void* p);
|
||||
void operator delete[](void* p);
|
||||
|
||||
namespace chibios {
|
||||
|
||||
size_t heap_size();
|
||||
size_t heap_used();
|
||||
|
||||
} /* namespace chibios */
|
||||
|
||||
#endif/*__CHIBIOS_CPP_H__*/
|
||||
|
Reference in New Issue
Block a user