Home
last modified time | relevance | path

Searched refs:pvPortMalloc (Results 1 – 25 of 53) sorted by relevance

123

/Kernel-v11.1.0/include/
Dportable.h181 void * pvPortMalloc( size_t xWantedSize ) PRIVILEGED_FUNCTION;
193 #define pvPortMallocStack pvPortMalloc
/Kernel-v11.1.0/portable/ARMv8M/secure/heap/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v11.1.0/portable/IAR/ARM_CM85/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
Dsecure_context.c217 pucStackMemory = pvPortMalloc( ulSecureStackSize + securecontextSTACK_SEAL_SIZE ); in SecureContext_AllocateContext()
/Kernel-v11.1.0/portable/IAR/ARM_CM23/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
Dsecure_context.c217 pucStackMemory = pvPortMalloc( ulSecureStackSize + securecontextSTACK_SEAL_SIZE ); in SecureContext_AllocateContext()
/Kernel-v11.1.0/portable/IAR/ARM_CM55/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
Dsecure_context.c217 pucStackMemory = pvPortMalloc( ulSecureStackSize + securecontextSTACK_SEAL_SIZE ); in SecureContext_AllocateContext()
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
Dsecure_context.c217 pucStackMemory = pvPortMalloc( ulSecureStackSize + securecontextSTACK_SEAL_SIZE ); in SecureContext_AllocateContext()
/Kernel-v11.1.0/portable/GCC/ARM_CM55/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v11.1.0/portable/GCC/ARM_CM23/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v11.1.0/portable/GCC/ARM_CM85/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v11.1.0/portable/IAR/ARM_CM33/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
Dsecure_context.c217 pucStackMemory = pvPortMalloc( ulSecureStackSize + securecontextSTACK_SEAL_SIZE ); in SecureContext_AllocateContext()
/Kernel-v11.1.0/portable/GCC/ARM_CM33/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v11.1.0/portable/MemMang/
Dheap_3.c59 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
Dheap_2.c156 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
353 pv = pvPortMalloc( xNum * xSize ); in pvPortCalloc()
Dheap_1.c71 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
Dheap_4.c173 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
432 pv = pvPortMalloc( xNum * xSize ); in pvPortCalloc()
Dheap_5.c208 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
454 pv = pvPortMalloc( xNum * xSize ); in pvPortCalloc()
/Kernel-v11.1.0/portable/Renesas/SH2A_FPU/
Dport.c249 pulFlopBuffer = ( uint32_t * ) pvPortMalloc( portFLOP_STORAGE_SIZE ); in xPortUsesFloatingPoint()
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dfreertos_tls.c94 tls = pvPortMalloc( len ); in init_task_tls()
/Kernel-v11.1.0/portable/WizC/PIC18/
Dport.c287 void *pvPortMalloc( uint16_t usWantedSize ) in pvPortMalloc() function

123