Merge branch 'main' into armv8-1-m-remove-portHAS-PACBTI-FEATURE-macro

This commit is contained in:
Ahmed Ismail 2024-11-13 14:14:49 +00:00 committed by GitHub
commit 6e32327a27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -457,6 +457,12 @@ size_t xPortGetMinimumEverFreeHeapSize( void )
}
/*-----------------------------------------------------------*/
void xPortResetHeapMinimumEverFreeHeapSize( void )
{
xMinimumEverFreeBytesRemaining = xFreeBytesRemaining;
}
/*-----------------------------------------------------------*/
void * pvPortCalloc( size_t xNum,
size_t xSize )
{