WTF
FastMalloc.h File Reference
Go to the source code of this file.
Namespaces | |
namespace | WTF |
Functions | |
void * | fastCalloc (size_t n_elements, size_t element_size) |
void * | WTF::fastCalloc (size_t n_elements, size_t element_size) |
void | fastFree (void *p) |
void | WTF::fastFree (void *p) |
void * | fastMalloc (size_t n) |
void * | WTF::fastMalloc (size_t n) |
void * | fastRealloc (void *p, size_t n) |
void * | WTF::fastRealloc (void *p, size_t n) |
void * | fastZeroedMalloc (size_t n) |
void * | WTF::fastZeroedMalloc (size_t n) |
Function Documentation
◆ fastCalloc()
|
inline |
Definition at line 40 of file FastMalloc.h.
◆ fastFree()
|
inline |
Definition at line 44 of file FastMalloc.h.
◆ fastMalloc()
|
inline |
Definition at line 36 of file FastMalloc.h.
◆ fastRealloc()
|
inline |
Definition at line 52 of file FastMalloc.h.
◆ fastZeroedMalloc()
|
inline |
Definition at line 48 of file FastMalloc.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.