A memory manager allocates memory in fixed size chunks of 2048 bytes. The current allocation is as follows: P1 1200 bytes P2 2047 bytes P3 1300 bytes P4 1 byte What is the total amount memory wasted with the above allocation due to internal fragmentation?