mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-08 15:17:50 -04:00
Merge branch 'main' into armv8-1-m-remove-portHAS-PACBTI-FEATURE-macro
This commit is contained in:
commit
6e32327a27
1 changed files with 6 additions and 0 deletions
|
@ -457,6 +457,12 @@ size_t xPortGetMinimumEverFreeHeapSize( void )
|
|||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
void xPortResetHeapMinimumEverFreeHeapSize( void )
|
||||
{
|
||||
xMinimumEverFreeBytesRemaining = xFreeBytesRemaining;
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
void * pvPortCalloc( size_t xNum,
|
||||
size_t xSize )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue