kcachegrind
pool.h
Go to the documentation of this file.
bool allocateReserved(unsigned int size)
Before calling this, you have to reserve at least bytes with reserveSpace().
Definition: pool.cpp:80
bool allocate(char **ptr, unsigned int size)
Take bytes from the pool, changing <*ptr> to point to this allocated space.
Definition: pool.cpp:143
void free(char **ptr)
To resize, first allocate new space, and free old afterwards.
Definition: pool.cpp:166
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.