All Talks

Practical Memory Pool Based Allocators For Modern C++

https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/practical_memory_pool_based_allocators_for_modern_cpp/practical_memory_pool_based_allocators_for_modern_cpp__misha_shalem__cppcon_2020.pdf

Runtime-deterministic memory allocations are a crucial aspect of any safety-critical real-time system. One of the simplest and widely adopted allocation mechanisms used in such systems is a memory pool with fixed block sizes. Unfortunately, the need to know the exact sizes of the …

You might be interested in:

September 2020 Backend
A 'Lighting' Talk A 'Lighting' Talk

A 'Lighting' Talk

3 Point Lighting For Video in 5 Minutes - Jim Roper

September 2020 Backend
Reasoning with function signatures Reasoning with function signatures

Reasoning with function signatures

Gabriel Aubut-Lussier