Skip to content
#

worst-fit

Here are 21 public repositories matching this topic...

The real challenge of efficiently managing memory is seen in the case of a system which has multiple processes running at the same time. Since primary memory can be space-multiplexed, the memory manager can allocate a portion of primary memory to each process for its own use. However, the memory manager must keep track of which processes are run…

  • Updated May 20, 2019
  • C++

Alocador de memória escrito em assembly x86-64 (GNU as, sintaxe AT&T) que pede memória ao Linux direto pela syscall brk: cabeçalho de 16 bytes por bloco, lista implícita, divisão de bloco livre — em duas versões que diferem só na política de escolha, first-fit e worst-fit, cada uma com sua bateria de testes em C.

  • Updated Sep 6, 2026
  • Assembly

Add this topic to your repo

To associate your repository with the worst-fit topic, visit your repo's landing page and select "manage topics."

Learn more