We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e859c5 commit 2d26ccbCopy full SHA for 2d26ccb
cores/esp8266/umm_malloc/umm_malloc_cfg.h
@@ -324,7 +324,8 @@ static inline size_t ICACHE_FLASH_ATTR umm_get_free_null_count( void ) {
324
* include the time spent in calling malloc and/or free. Examine code for
325
* specifics on what info is available and how to access.
326
*
327
- * Status: TODO: Needs to be proposed for upstream.
+ * Status: TODO: Needs to be proposed for upstream. Also should include updates
328
+ * to UMM_POISON_CHECK and UMM_INTEGRITY_CHECK to include a critical section.
329
*/
330
/*
331
#define UMM_CRITICAL_METRICS
0 commit comments