[Insight-users] The memory allcoation problem for DeformableRegistration15

Wenwu cool.wenwu at gmail.com
Tue Apr 24 11:43:46 EDT 2012


Hi all,

now, i  encounter a problem, need your help!

when i run the  DeformableRegistration15 example to test registration with
data size around 40MB, it can work correctly. But, when I use a new data
with 150MB(both of fixed image and moving image are this size) to test
registration, then the program is in crash, it runs to following code:

VNL_SSE_FORCE_INLINE void* vnl_sse_alloc(unsigned n, unsigned size)
{
  return VNL_SSE_ALLOC(n,size,16);
}


and the process stops at the "starting registration with high resolution
transform".

Can anyone give some suggestion?  thx a lot!!!


best regards,

-- 
Wenwu Zhu
IRCAD
University of Strasbourg, France
Email address: cool.wenwu at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120424/2a849fee/attachment.htm>


More information about the Insight-users mailing list