#include "Platform.h"
#include <stdlib.h>
#include <new>
Go to the source code of this file.
◆ fastCalloc()
| void * WTF::fastCalloc |
( |
size_t | n_elements, |
|
|
size_t | element_size ) |
|
inline |
◆ fastFree()
| void WTF::fastFree |
( |
void * | p | ) |
|
|
inline |
◆ fastMalloc()
| void * WTF::fastMalloc |
( |
size_t | n | ) |
|
|
inline |
◆ fastRealloc()
| void * WTF::fastRealloc |
( |
void * | p, |
|
|
size_t | n ) |
|
inline |
◆ fastZeroedMalloc()
| void * WTF::fastZeroedMalloc |
( |
size_t | n | ) |
|
|
inline |
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
KDE's Doxygen guidelines are available online.