Searched refs:pNewAddress (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 761 void *pNewAddress = NULL; 781 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… 782 return pNewAddress; 802 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… 804 if ( pNewAddress != NULL) //move to a new block 808 memcpy( pNewAddress, pOrgAddress, u32NewSize ); 812 memcpy( pNewAddress, pOrgAddress, u32OrgSize ); 822 return pNewAddress;
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 781 void *pNewAddress = NULL; 801 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… 802 return pNewAddress; 822 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… 824 if ( pNewAddress != NULL) //move to a new block 828 memcpy( pNewAddress, pOrgAddress, u32NewSize ); 832 memcpy( pNewAddress, pOrgAddress, u32OrgSize ); 842 return pNewAddress;
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | MsOS_ecos.c | 777 void *pNewAddress = NULL; in MsOS_ReallocateMemory() local 792 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… in MsOS_ReallocateMemory() 793 return pNewAddress; in MsOS_ReallocateMemory() 813 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… in MsOS_ReallocateMemory() 815 if ( pNewAddress != NULL) //move to a new block in MsOS_ReallocateMemory() 819 memcpy( pNewAddress, pOrgAddress, u32NewSize ); in MsOS_ReallocateMemory() 823 memcpy( pNewAddress, pOrgAddress, u32OrgSize ); in MsOS_ReallocateMemory() 833 return pNewAddress; in MsOS_ReallocateMemory()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 1045 void *pNewAddress = NULL; in MsOS_ReallocateMemory() local 1084 …pNewAddress = MsOS_MPool_ReallocateMemory(_MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, pOrgAddre… in MsOS_ReallocateMemory() 1086 …pNewAddress = mstar_mspace_realloc(_MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, pOrgAddress, u32… in MsOS_ReallocateMemory() 1093 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… in MsOS_ReallocateMemory() 1094 return pNewAddress; in MsOS_ReallocateMemory() 1114 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… in MsOS_ReallocateMemory() 1116 if ( pNewAddress != NULL) //move to a new block in MsOS_ReallocateMemory() 1120 memcpy( pNewAddress, pOrgAddress, u32NewSize ); in MsOS_ReallocateMemory() 1124 memcpy( pNewAddress, pOrgAddress, u32OrgSize ); in MsOS_ReallocateMemory() 1135 return pNewAddress; in MsOS_ReallocateMemory()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | MsOS_ucos.c | 745 void *pNewAddress = NULL; in MsOS_ReallocateMemory() local 760 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… in MsOS_ReallocateMemory() 761 return pNewAddress; in MsOS_ReallocateMemory() 781 …pNewAddress = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32NewSize… in MsOS_ReallocateMemory() 783 if ( pNewAddress != NULL) //move to a new block in MsOS_ReallocateMemory() 787 memcpy( pNewAddress, pOrgAddress, u32NewSize ); in MsOS_ReallocateMemory() 791 memcpy( pNewAddress, pOrgAddress, u32OrgSize ); in MsOS_ReallocateMemory() 801 return pNewAddress; in MsOS_ReallocateMemory()
|