employer cover photo
employer logo
employer logo

Check Point Software Technologies

Azienda coinvolta

Domanda di colloquio di Check Point Software Technologies

Describe an algorithm for memory allocation (similar to malloc) for a system with limited memory. Allocation size is always constant (X number of bytes).

Risposta di colloquio

Anonimo

22 giu 2023

Using a linked list of allocations (nodes are free blocks).