Skip to content

Commit 6e32327

Browse files
Merge branch 'main' into armv8-1-m-remove-portHAS-PACBTI-FEATURE-macro
2 parents 6ffe2eb + f239da0 commit 6e32327

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

portable/MemMang/heap_5.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,12 @@ size_t xPortGetMinimumEverFreeHeapSize( void )
457457
}
458458
/*-----------------------------------------------------------*/
459459

460+
void xPortResetHeapMinimumEverFreeHeapSize( void )
461+
{
462+
xMinimumEverFreeBytesRemaining = xFreeBytesRemaining;
463+
}
464+
/*-----------------------------------------------------------*/
465+
460466
void * pvPortCalloc( size_t xNum,
461467
size_t xSize )
462468
{

0 commit comments

Comments
 (0)