Skip to content

Commit

Permalink
Merge branch 'main' into armv8-1-m-remove-portHAS-PACBTI-FEATURE-macro
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedIsmail02 authored Nov 13, 2024
2 parents 6ffe2eb + f239da0 commit 6e32327
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions portable/MemMang/heap_5.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,12 @@ size_t xPortGetMinimumEverFreeHeapSize( void )
}
/*-----------------------------------------------------------*/

void xPortResetHeapMinimumEverFreeHeapSize( void )
{
xMinimumEverFreeBytesRemaining = xFreeBytesRemaining;
}
/*-----------------------------------------------------------*/

void * pvPortCalloc( size_t xNum,
size_t xSize )
{
Expand Down

0 comments on commit 6e32327

Please sign in to comment.