Brain Dump

Internal Fragmentation

Tags
comp-arch

Refers to the memory left-over after a split in malloc.

For example if we have a hole of size 16KiB and need to allocate 2KiB, we can split it into a 2KiB result and 14KiB of internal fragmentation.