WTF
FastMalloc.h File Reference
#include "Platform.h"
#include <stdlib.h>
#include <new>
Include dependency graph for FastMalloc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | WTF |
Functions | |
void * | WTF::fastCalloc (size_t n_elements, size_t element_size) |
void | WTF::fastFree (void *p) |
void * | WTF::fastMalloc (size_t n) |
void * | WTF::fastRealloc (void *p, size_t n) |
void * | WTF::fastZeroedMalloc (size_t n) |