|
975a7fd12a
|
feat(heap): add option to enable/disable heap trace function
|
2019-11-06 14:30:02 +08:00 |
|
|
a7aeeb28d5
|
feat(heap): add heap private config to enable/disable using IRAM as heap
|
2019-08-12 19:28:20 +08:00 |
|
|
86df7f879a
|
feat(heap): Link heap raw malloc/free from flash to iram
Remove raw malloc internal calling function.
|
2019-04-02 10:53:52 +08:00 |
|
|
f0bf1f748d
|
feat(heap): Modify heap trace log API
Using ESP_EARLY_LOGx instead of ESP_LOGx.
|
2018-11-22 17:28:57 +08:00 |
|
|
2662239b0f
|
fix(heap): Fix heap trace check error
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/335
|
2018-10-12 13:05:10 +08:00 |
|
|
90a1aaa6ee
|
fix(heap): Fix heap debug message format error
|
2018-10-10 10:44:26 +08:00 |
|
|
4c29801ed0
|
fix(heap): Fix heap size error
1. get real memory block size when malloc
2. return directly when free freed memory block
|
2018-09-25 15:27:25 +08:00 |
|
|
7a3cb283ec
|
fix(heap): Fix heap dump error when input file has no dir
|
2018-09-20 21:32:56 +08:00 |
|
|
b1da1ca461
|
feat(heap): Fix HEAP dump error
|
2018-09-17 17:27:43 +08:00 |
|
|
e40b6d645a
|
feat(heap): Remove macro "MEMLEAK_DEBUG"
|
2018-09-12 11:12:40 +08:00 |
|
|
260da4a6f3
|
feat(heap): Add new heap component
|
2018-09-12 11:12:17 +08:00 |
|