You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/libraries.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Some ESP-specific APIs related to deep sleep, RTC and flash memories are availab
87
87
88
88
``ESP.getHeapFragmentation()`` returns the fragmentation metric (0% is clean, more than ~50% is not harmless)
89
89
90
-
``ESP.getMaxFreeBlockSize()`` returns the maximum allocatable ram block regarding heapfragmentation
90
+
``ESP.getMaxFreeBlockSize()`` returns the largest contiguous free RAM block in the heap, useful for checking heap fragmentation. **NOTE:** Maximum ``malloc()``able block will be smaller due to memory manager overheads.
91
91
92
92
``ESP.getChipId()`` returns the ESP8266 chip ID as a 32-bit integer.
0 commit comments