Allocator Testing
This post contains a bunch of ideas on testing custom allocators in C, assuming a single-threaded scenario.
Articles involving the C programming language. See also C++ and Linux articles.
This post contains a bunch of ideas on testing custom allocators in C, assuming a single-threaded scenario.
While cleaning up some of my dotfiles, I found what may be the most cursed Python code I have ever written: raw syscalls that required parsing Linux header files.