Skip to content

Commit 2d26ccb

Browse files
committed
Updated upstream TODO
1 parent 7e859c5 commit 2d26ccb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cores/esp8266/umm_malloc/umm_malloc_cfg.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ static inline size_t ICACHE_FLASH_ATTR umm_get_free_null_count( void ) {
324324
* include the time spent in calling malloc and/or free. Examine code for
325325
* specifics on what info is available and how to access.
326326
*
327-
* Status: TODO: Needs to be proposed for upstream.
327+
* 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.
328329
*/
329330
/*
330331
#define UMM_CRITICAL_METRICS

0 commit comments

Comments
 (0)