The memory management actions have no long-term effect. They do the thing they do and then that's that, and everything else works normally afterwards. For example if you load some content in to memory on Layout A, and switch to Layout B, they are subject to the normal memory management rules: if the same content is on Layout B, it's kept in memory, and if it's not, it's released from memory.