kcachegrind
DynPool Class Reference
#include <pool.h>
Public Member Functions | |
DynPool () | |
~DynPool () | |
bool | allocate (char **ptr, unsigned int size) |
void | free (char **ptr) |
Detailed Description
For objects which probably need to be resized in the future. Objects also can be deleted to free up space. As objects can also be moved in a defragmentation step, access has to be done via the given pointer object.
Constructor & Destructor Documentation
Member Function Documentation
bool DynPool::allocate | ( | char ** | ptr, |
unsigned int | size | ||
) |
void DynPool::free | ( | char ** | ptr | ) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.