A system uses a Buddy System memory allocator to manage a $\mathbf{1 0 2 4}$ KB physical memory space. The system currently has three active processes allocated as follows:
- Process A: $110$ KB
- Process B: $240$ KB
- Process C: $60$ KB
Assume the memory was initially one contiguous block and processes were allocated in the order A, then B, then C. No memory compaction is performed.
What is the SMALLEST allocation request (in KB) that could be DENIED due to external fragmentation, even though the total sum of all free memory holes is larger than the request?
- $129$ KB
- $257$ KB
- $513$ KB
- $65$ KB