Home
last modified time | relevance | path

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

123

/Kernel-v10.6.2/include/
Dportable.h177 void * pvPortMalloc( size_t xSize ) PRIVILEGED_FUNCTION;
189 #define pvPortMallocStack pvPortMalloc
/Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
Dsecure_context.c217 pucStackMemory = pvPortMalloc( ulSecureStackSize + securecontextSTACK_SEAL_SIZE ); in SecureContext_AllocateContext()
/Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
Dsecure_context.c217 pucStackMemory = pvPortMalloc( ulSecureStackSize + securecontextSTACK_SEAL_SIZE ); in SecureContext_AllocateContext()
/Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
Dsecure_context.c217 pucStackMemory = pvPortMalloc( ulSecureStackSize + securecontextSTACK_SEAL_SIZE ); in SecureContext_AllocateContext()
/Kernel-v10.6.2/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-v10.6.2/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-v10.6.2/portable/IAR/ARM_CM23/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v10.6.2/portable/ARMv8M/secure/heap/
Dsecure_heap.h43 void * pvPortMalloc( size_t xWantedSize );
/Kernel-v10.6.2/portable/MemMang/
Dheap_3.c59 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
Dheap_2.c153 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
327 pv = pvPortMalloc( xNum * xSize ); in pvPortCalloc()
Dheap_1.c71 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
Dheap_4.c138 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
385 pv = pvPortMalloc( xNum * xSize ); in pvPortCalloc()
Dheap_5.c156 void * pvPortMalloc( size_t xWantedSize ) in pvPortMalloc() function
388 pv = pvPortMalloc( xNum * xSize ); in pvPortCalloc()
/Kernel-v10.6.2/portable/Renesas/SH2A_FPU/
Dport.c247 pulFlopBuffer = ( uint32_t * ) pvPortMalloc( portFLOP_STORAGE_SIZE ); in xPortUsesFloatingPoint()
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/
Dfreertos_tls.c94 tls = pvPortMalloc( len ); in init_task_tls()
/Kernel-v10.6.2/portable/WizC/PIC18/
Dport.c287 void *pvPortMalloc( uint16_t usWantedSize ) in pvPortMalloc() function

123