employer cover photo
employer logo
employer logo

Check Point Software Technologies

Engaged Employer

Check Point Software Technologies Interview Question

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

Interview Answer

Anonymous

Jun 22, 2023

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