|
|
@@ -130,6 +130,16 @@ uint32_t system_get_time(void) __attribute__ ((deprecated));
|
|
|
*/
|
|
|
uint32_t esp_get_free_heap_size(void);
|
|
|
|
|
|
+/**
|
|
|
+ * @brief Get the size of available internal heap.
|
|
|
+ *
|
|
|
+ * Note that the returned value may be larger than the maximum contiguous block
|
|
|
+ * which can be allocated.
|
|
|
+ *
|
|
|
+ * @return Available internal heap size, in bytes.
|
|
|
+ */
|
|
|
+uint32_t esp_get_free_internal_heap_size(void);
|
|
|
+
|
|
|
/** @cond */
|
|
|
/**
|
|
|
* @brief Get the size of available heap.
|