Click here to Skip to main content
15,891,409 members
Articles / Programming Languages / C++

Simple Variable-Size Memory Block Allocator

Rate me:
Please Sign up or sign in to vote.
4.82/5 (10 votes)
13 Apr 2017CPOL5 min read 20.4K   21   13  
This article presents an implementation of a lightweight variable-size memory block allocator that is used in Diligent Engine 2.0

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Being a 3D graphics enthusiast for many years, I have worked on various rendering technologies including deformable terrain, physically-based water, shadows, volumetric and post-processing effects and other. I run Diligent Graphics as a place where I can experiment, learn new technologies, try new algorithms and share my ideas.

Comments and Discussions