Home
last modified time | relevance | path

Searched defs:s32PoolId (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOS_nos.c599 MS_BOOL MsOS_DeleteMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteMemoryPool()
615 MS_BOOL MsOS_InfoMemoryPool (MS_S32 s32PoolId, in MsOS_InfoMemoryPool()
634 void * MsOS_AllocateMemory (MS_U32 u32Size, MS_S32 s32PoolId) in MsOS_AllocateMemory()
672 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory()
691 void * MsOS_ReallocateMemory (void *pOrgAddress, MS_U32 u32NewSize, MS_S32 s32PoolId) in MsOS_ReallocateMemory()
722 MS_BOOL MsOS_DeleteFixSizeMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteFixSizeMemoryPool()
737 MS_BOOL MsOS_InfoFixSizeMemoryPool (MS_S32 s32PoolId, in MsOS_InfoFixSizeMemoryPool()
753 void * MsOS_AllocateFixSizeMemory (MS_S32 s32PoolId) in MsOS_AllocateFixSizeMemory()
765 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c461 MS_BOOL MsOS_DeleteMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteMemoryPool()
477 MS_BOOL MsOS_InfoMemoryPool (MS_S32 s32PoolId, in MsOS_InfoMemoryPool()
495 void * MsOS_AllocateMemory (MS_U32 u32Size, MS_S32 s32PoolId) in MsOS_AllocateMemory()
508 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory()
524 void * MsOS_ReallocateMemory (void *pOrgAddress, MS_U32 u32NewSize, MS_S32 s32PoolId) in MsOS_ReallocateMemory()
556 MS_BOOL MsOS_DeleteFixSizeMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteFixSizeMemoryPool()
572 MS_BOOL MsOS_InfoFixSizeMemoryPool (MS_S32 s32PoolId, in MsOS_InfoFixSizeMemoryPool()
589 void * MsOS_AllocateFixSizeMemory (MS_S32 s32PoolId) in MsOS_AllocateFixSizeMemory()
602 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c494 MS_BOOL MsOS_DeleteMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteMemoryPool()
510 MS_BOOL MsOS_InfoMemoryPool (MS_S32 s32PoolId, in MsOS_InfoMemoryPool()
528 void * MsOS_AllocateMemory (MS_U32 u32Size, MS_S32 s32PoolId) in MsOS_AllocateMemory()
541 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory()
557 void * MsOS_ReallocateMemory (void *pOrgAddress, MS_U32 u32NewSize, MS_S32 s32PoolId) in MsOS_ReallocateMemory()
589 MS_BOOL MsOS_DeleteFixSizeMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteFixSizeMemoryPool()
605 MS_BOOL MsOS_InfoFixSizeMemoryPool (MS_S32 s32PoolId, in MsOS_InfoFixSizeMemoryPool()
622 void * MsOS_AllocateFixSizeMemory (MS_S32 s32PoolId) in MsOS_AllocateFixSizeMemory()
635 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c578 MS_BOOL MsOS_DeleteMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteMemoryPool()
606 MS_BOOL MsOS_InfoMemoryPool (MS_S32 s32PoolId, in MsOS_InfoMemoryPool()
639 void * MsOS_AllocateMemory (MS_U32 u32Size, MS_S32 s32PoolId) in MsOS_AllocateMemory()
713 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory()
743 void * MsOS_ReallocateMemory (void *pOrgAddress, MS_U32 u32NewSize, MS_S32 s32PoolId) in MsOS_ReallocateMemory()
863 MS_BOOL MsOS_DeleteFixSizeMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteFixSizeMemoryPool()
892 MS_BOOL MsOS_InfoFixSizeMemoryPool (MS_S32 s32PoolId, in MsOS_InfoFixSizeMemoryPool()
925 void * MsOS_AllocateFixSizeMemory (MS_S32 s32PoolId) in MsOS_AllocateFixSizeMemory()
950 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c610 MS_BOOL MsOS_DeleteMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteMemoryPool()
638 MS_BOOL MsOS_InfoMemoryPool (MS_S32 s32PoolId, in MsOS_InfoMemoryPool()
671 void * MsOS_AllocateMemory (MS_U32 u32Size, MS_S32 s32PoolId) in MsOS_AllocateMemory()
745 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory()
775 void * MsOS_ReallocateMemory (void *pOrgAddress, MS_U32 u32NewSize, MS_S32 s32PoolId) in MsOS_ReallocateMemory()
895 MS_BOOL MsOS_DeleteFixSizeMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteFixSizeMemoryPool()
924 MS_BOOL MsOS_InfoFixSizeMemoryPool (MS_S32 s32PoolId, in MsOS_InfoFixSizeMemoryPool()
957 void * MsOS_AllocateFixSizeMemory (MS_S32 s32PoolId) in MsOS_AllocateFixSizeMemory()
982 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c630 MS_BOOL MsOS_DeleteMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteMemoryPool()
662 MS_BOOL MsOS_InfoMemoryPool (MS_S32 s32PoolId, in MsOS_InfoMemoryPool()
680 void * MsOS_AllocateMemory (MS_U32 u32Size, MS_S32 s32PoolId) in MsOS_AllocateMemory()
722 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c595 MS_BOOL MsOS_DeleteMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteMemoryPool()
646 MS_BOOL MsOS_InfoMemoryPool (MS_S32 s32PoolId, in MsOS_InfoMemoryPool()
664 void * MsOS_AllocateMemory (MS_U32 u32Size, MS_S32 s32PoolId) in MsOS_AllocateMemory()
723 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c808 MS_BOOL MsOS_DeleteMemoryPool (MS_S32 s32PoolId) in MsOS_DeleteMemoryPool()
871 MS_BOOL MsOS_InfoMemoryPool (MS_S32 s32PoolId, in MsOS_InfoMemoryPool()
889 void * MsOS_AllocateMemory (MS_U32 u32Size, MS_S32 s32PoolId) in MsOS_AllocateMemory()
970 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory()
1043 void * MsOS_ReallocateMemory (void *pOrgAddress, MS_U32 u32NewSize, MS_S32 s32PoolId) in MsOS_ReallocateMemory()