![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include "allocation.h"#include <stdlib.h>#include "checks.h"#include "platform.h"#include "utils.h"
Go to the source code of this file.
Namespaces | |
| v8 | |
| v8::internal | |
Functions | |
| char * | StrDup (const char *str) |
| char * | StrNDup (const char *str, int n) |
| void * | AlignedAlloc (size_t size, size_t alignment) |
| void | AlignedFree (void *ptr) |