Is there any effect of allocating memory using 'new' inside an object that itself was allocated using new. Is there any advantage or disadvantage on the compiler, linker, run-time performance or anything?Is there any effect of allocating memory using