1974 shaares
6 private links
6 private links
2 results
tagged
struct
It doesn't make any sense to talk about lock free data structures without covering such topics as atomic operations, memory model in programming languages, safe memory reclamation, compiler and optimizations used by them, modern CPU designs, — all of these topics will be covered more or less in this series.
This page is about a technique for reducing the memory footprint of C programs - manually repacking C structure declarations for reduced size.