]> begriffs open source - freertos/commit
Heap: add new API to reset xMinimumEverFreeBytesRemaining. (#1189)
authorTomas Galbicka <151615323+TomasGalbickaNXP@users.noreply.github.com>
Tue, 12 Nov 2024 04:28:38 +0000 (05:28 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 04:28:38 +0000 (09:58 +0530)
commit9736947af2c8490c23127e051d22d9c7c122cbd9
tree6fc357422763004445b47f7c1154f74bb32feb40
parentd0d55f30314c72f323254bda2bf8506d9510b582
Heap: add new API to reset xMinimumEverFreeBytesRemaining. (#1189)

This commit adds new API functionality to reset xMinimumEverFreeBytesRemaining.
This functionality provides ability to get heap statistics during a particular period of time.

Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com>
include/portable.h
portable/MemMang/heap_4.c