Asserts on free and alloc

This commit is contained in:
CarlWachter
2023-09-23 11:02:35 +02:00
parent f813e7b6ea
commit 7c8cf2e1e2
3 changed files with 12 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ namespace sta
*
* @param block names the block to free.
*/
osStatus_t free(void *block);
void free(void *block);
private:
osMemoryPoolId_t handle_; /**< CMSIS RTOS2 queue handle */