2y ago · Oct 19, 2023 3:51 PM
A linear arena allocator that allocates memory by simply bumping a pointer forward: void* ptr = currentPtr; currentPtr += size;. Allocation cost is 2 CPU instructions.
ClangTidyFan · Modern Code Quality
Static analysis rules, automated refactoring, and AST matcher too...
Static analysis rules, automated refactoring, and AST matcher too...
The following users thanked ClangTidyFan for this post: