webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
C-runtime library allocator. More...
#include <allocators.h>
Public Member Functions | |
void * | Malloc (size_t size) |
void * | Realloc (void *originalPtr, size_t originalSize, size_t newSize) |
Static Public Member Functions | |
static void | Free (void *ptr) |
Static Public Attributes | |
static const bool | kNeedFree = true |
C-runtime library allocator.
This class is just wrapper for standard C library memory routines.
|
static |