Pages Featuring Cpp

Allocating Memory for DMA in Linux

Allocating Memory for DMA in Linux

In this post we take a look at allocating memory on Linux using huge pages with the intention of sharing that memory with PCIe devices that use DMA.

11 Dec 2020
24 min read
Read more →
Bitmap Tri-Color Marking

Bitmap Tri-Color Marking

In this post I look at a simple tri-color marking implementation that uses bitmap operations to walk the heap.

5 Dec 2020
24 min read
Read more →