| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | MsOS_ecos.c | 745 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory() argument 756 if (pAddress == NULL) in MsOS_FreeMemory() 761 cyg_mempool_var_free( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, pAddress); in MsOS_FreeMemory() 982 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory() argument 993 if (pAddress == NULL) in MsOS_FreeFixSizeMemory() 998 cyg_mempool_fix_free( _MsOS_FixSizeMemoryPool_Info[s32PoolId].stMemoryPool, pAddress); in MsOS_FreeFixSizeMemory()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 970 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory() argument 986 if (pAddress == NULL) in MsOS_FreeMemory() 997 free(pAddress); in MsOS_FreeMemory() 1014 free(pAddress); in MsOS_FreeMemory() 1022 MsOS_MPool_FreeMemory(_MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, pAddress); in MsOS_FreeMemory() 1024 mstar_mspace_free( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, pAddress); in MsOS_FreeMemory() 1028 cyg_mempool_var_free( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, pAddress); in MsOS_FreeMemory()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/ |
| H A D | nsk2hdi_utility.c | 63 MS_BOOL MApi_NSK2_FreeMemory(void *pAddress, MS_BOOL bCached) in MApi_NSK2_FreeMemory() argument 67 return _FreeMemory(pAddress,bCached); in MApi_NSK2_FreeMemory()
|
| H A D | nsk2hdi_header.h | 51 typedef MS_BOOL (*P_NSK2_CbFreeMemory)(void *pAddress, MS_BOOL bCached); 68 MS_BOOL MApi_NSK2_FreeMemory(void *pAddress, MS_BOOL bCached);
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | MsOS_ucos.c | 713 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory() argument 724 if (pAddress == NULL) in MsOS_FreeMemory() 729 cyg_mempool_var_free( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, pAddress); in MsOS_FreeMemory() 950 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory() argument 961 if (pAddress == NULL) in MsOS_FreeFixSizeMemory() 966 cyg_mempool_fix_free( _MsOS_FixSizeMemoryPool_Info[s32PoolId].stMemoryPool, pAddress); in MsOS_FreeFixSizeMemory()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 723 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory() argument 734 if (pAddress == NULL) in MsOS_FreeMemory() 745 free(pAddress); in MsOS_FreeMemory() 760 free(pAddress); in MsOS_FreeMemory() 764 cyg_mempool_var_free( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, pAddress); in MsOS_FreeMemory()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nos/ |
| H A D | MsOS_nos.c | 672 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory() argument 677 free(pAddress); in MsOS_FreeMemory() 765 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory() argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 722 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory() argument 733 if (pAddress == NULL) in MsOS_FreeMemory() 740 free(pAddress); in MsOS_FreeMemory() 744 cyg_mempool_var_free( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, pAddress); in MsOS_FreeMemory()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MsOS.h | 586 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId); 624 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId);
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | MsOS_optee.c | 508 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory() argument 602 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory() argument
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MsOS.h | 705 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId); 743 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId);
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | MsOS_nuttx.c | 541 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeMemory() argument 635 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId) in MsOS_FreeFixSizeMemory() argument
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 81179 MS_BOOL MsOS_FreeMemory (void *pAddress, MS_S32 s32PoolId); 81217 MS_BOOL MsOS_FreeFixSizeMemory (void *pAddress, MS_S32 s32PoolId);
|