So, I have been thinking about a system/library to help create and manipulate result information, the main goal is to create a simple API capable
Author: Bruno Cecconi
Free list A free list allocator is an allocator that keeps a linked list to the deallocation pointers and use another allocator to do the
The concept of an allocator is to control memory flow using a model or strategy, it abstract the data and function to objects that will
I decided to talk a little about memory management operators from native C++ because there are some thoughts and practices that I keep in my
I made this blog to practice my english writing skills by describing programming systems that I’ve done using native C++ or UE4/5 and other systems