Home
last modified time | relevance | path

Searched refs:u32OrgSize (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c762 MS_U32 u32OrgSize;
799u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall…
806 if ( u32NewSize < u32OrgSize)
812 memcpy( pNewAddress, pOrgAddress, u32OrgSize );
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c782 MS_U32 u32OrgSize;
819u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall…
826 if ( u32NewSize < u32OrgSize)
832 memcpy( pNewAddress, pOrgAddress, u32OrgSize );
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c778 MS_U32 u32OrgSize; in MsOS_ReallocateMemory() local
810u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall… in MsOS_ReallocateMemory()
817 if ( u32NewSize < u32OrgSize) in MsOS_ReallocateMemory()
823 memcpy( pNewAddress, pOrgAddress, u32OrgSize ); in MsOS_ReallocateMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c746 MS_U32 u32OrgSize; in MsOS_ReallocateMemory() local
778u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall… in MsOS_ReallocateMemory()
785 if ( u32NewSize < u32OrgSize) in MsOS_ReallocateMemory()
791 memcpy( pNewAddress, pOrgAddress, u32OrgSize ); in MsOS_ReallocateMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c1047 MS_U32 u32OrgSize; in MsOS_ReallocateMemory() local
1111u32OrgSize = dq->size - sizeof(struct memdq); //dq->size was rounded up to 16B-aligned when mall… in MsOS_ReallocateMemory()
1118 if ( u32NewSize < u32OrgSize) in MsOS_ReallocateMemory()
1124 memcpy( pNewAddress, pOrgAddress, u32OrgSize ); in MsOS_ReallocateMemory()