/Kernel-v11.1.0/portable/MemMang/ |
D | heap_1.c | 54 #define configADJUSTED_HEAP_SIZE ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT ) 77 #if ( portBYTE_ALIGNMENT != 1 ) in pvPortMalloc() 82 …if( ( xWantedSize + ( portBYTE_ALIGNMENT - ( xWantedSize & portBYTE_ALIGNMENT_MASK ) ) ) > xWanted… in pvPortMalloc() 84 xWantedSize += ( portBYTE_ALIGNMENT - ( xWantedSize & portBYTE_ALIGNMENT_MASK ) ); in pvPortMalloc() 99 …lignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) & ( … in pvPortMalloc()
|
D | heap_2.c | 60 #define configADJUSTED_HEAP_SIZE ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT ) 106 static const size_t xHeapStructSize = ( ( sizeof( BlockLink_t ) + ( size_t ) ( portBYTE_ALIGNMENT -… 177 … xAdditionalRequiredSize = portBYTE_ALIGNMENT - ( xWantedSize & portBYTE_ALIGNMENT_MASK ); in pvPortMalloc() 371 …pucAlignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) … in prvHeapInit()
|
D | heap_4.c | 158 static const size_t xHeapStructSize = ( sizeof( BlockLink_t ) + ( ( size_t ) ( portBYTE_ALIGNMENT -… 194 … xAdditionalRequiredSize = portBYTE_ALIGNMENT - ( xWantedSize & portBYTE_ALIGNMENT_MASK ); in pvPortMalloc() 455 uxStartAddress += ( portBYTE_ALIGNMENT - 1 ); in prvHeapInit()
|
/Kernel-v11.1.0/include/ |
D | portable.h | 56 #if portBYTE_ALIGNMENT == 32 58 #elif portBYTE_ALIGNMENT == 16 60 #elif portBYTE_ALIGNMENT == 8 62 #elif portBYTE_ALIGNMENT == 4 64 #elif portBYTE_ALIGNMENT == 2 66 #elif portBYTE_ALIGNMENT == 1
|
/Kernel-v11.1.0/portable/IAR/RISC-V/ |
D | portmacro.h | 88 …#define portBYTE_ALIGNMENT 8 /* RV32E uses RISC-V EABI with reduced stack alignment req… macro 90 #define portBYTE_ALIGNMENT 16 macro
|
/Kernel-v11.1.0/portable/GCC/RISC-V/ |
D | portmacro.h | 86 …#define portBYTE_ALIGNMENT 8 /* RV32E uses RISC-V EABI with reduced stack alignment require… macro 88 #define portBYTE_ALIGNMENT 16 macro
|
/Kernel-v11.1.0/portable/MSVC-MingW/ |
D | portmacro.h | 97 #define portBYTE_ALIGNMENT 8 macro 99 #define portBYTE_ALIGNMENT 4 macro
|
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/ |
D | portmacro.h | 165 #define portBYTE_ALIGNMENT 8 macro 167 #define portBYTE_ALIGNMENT 4 macro
|
/Kernel-v11.1.0/portable/GCC/ATMega323/ |
D | portmacro.h | 98 #define portBYTE_ALIGNMENT 1 macro
|
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/ |
D | portmacro.h | 89 #define portBYTE_ALIGNMENT 1 macro
|
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/ |
D | portmacro.h | 89 #define portBYTE_ALIGNMENT 1 macro
|
/Kernel-v11.1.0/portable/GCC/NiosII/ |
D | portmacro.h | 81 #define portBYTE_ALIGNMENT 4 macro
|
/Kernel-v11.1.0/portable/GCC/H8S2329/ |
D | portmacro.h | 74 #define portBYTE_ALIGNMENT 2 macro
|
/Kernel-v11.1.0/portable/IAR/ATMega323/ |
D | portmacro.h | 94 #define portBYTE_ALIGNMENT 1 macro
|
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/ |
D | portmacro.h | 77 #define portBYTE_ALIGNMENT 8 macro
|
/Kernel-v11.1.0/portable/IAR/STR75x/ |
D | portmacro.h | 79 #define portBYTE_ALIGNMENT 8 macro
|
/Kernel-v11.1.0/portable/IAR/STR91x/ |
D | portmacro.h | 79 #define portBYTE_ALIGNMENT 8 macro
|
/Kernel-v11.1.0/portable/MPLAB/PIC24_dsPIC/ |
D | portmacro.h | 78 #define portBYTE_ALIGNMENT 2 macro
|
/Kernel-v11.1.0/portable/GCC/PPC440_Xilinx/ |
D | portmacro.h | 100 #define portBYTE_ALIGNMENT 8 macro
|
/Kernel-v11.1.0/portable/GCC/PPC405_Xilinx/ |
D | portmacro.h | 100 #define portBYTE_ALIGNMENT 8 macro
|
/Kernel-v11.1.0/portable/GCC/CORTUS_APS3/ |
D | portmacro.h | 77 #define portBYTE_ALIGNMENT 4 macro
|
/Kernel-v11.1.0/portable/MPLAB/PIC18F/ |
D | portmacro.h | 67 #define portBYTE_ALIGNMENT 1 macro
|
/Kernel-v11.1.0/portable/GCC/RL78/ |
D | portmacro.h | 114 #define portBYTE_ALIGNMENT 2 macro
|
/Kernel-v11.1.0/portable/GCC/STR75x/ |
D | portmacro.h | 76 #define portBYTE_ALIGNMENT 8 macro
|
/Kernel-v11.1.0/portable/GCC/MicroBlaze/ |
D | portmacro.h | 118 #define portBYTE_ALIGNMENT 4 macro
|