Relative Content

Tag Archive for c++memory-managementpool

C++ free() invalid pointer in a pool implementation

I’m reading and learning Stroustrup’s “programming principles and practice using c++” book. And in chapter 25 about embedding system programming, to void memory fragmentation, the book introduce two data structure: pool and stack.