// Do deterministic work...
Have you used partitioned memory in a real-time Linux project? Let me know in the comments! About the author : A Linux kernel enthusiast focused on real-time and embedded systems. Find me on GitHub or Twitter. genp linux
// Borrow from global pool (temporary) void *borrowed = genp_borrow(part, 256 * 1024, 100); // 100 ms timeout // Do deterministic work