|
|
|
|
|
|
|
Z-Memory Pool
|
Z-Memory Pool is designed for C/C++ to allocate a large amount of memory. Z-Memory is capable of preventing memory leak and detecting memory overflow.
How does Z-Memory Pool Work
|
Z-Memory Pool frees memory in destructor following RAII rule.
Z-Memory Pool adds a head byte and a tail byte while allocating memory. If the bytes are changed, Z-Memory Pool knows there is memory overflow.
|
|
|
|
|
|
|
|
|
|