|
V8 Project
|
#include "src/allocation.h"#include <stdlib.h>#include "src/base/bits.h"#include "src/base/logging.h"#include "src/base/platform/platform.h"#include "src/utils.h"
Include dependency graph for allocation.cc:Go to the source code of this file.
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
Functions | |
| char * | v8::internal::StrDup (const char *str) |
| char * | v8::internal::StrNDup (const char *str, int n) |
| void * | v8::internal::AlignedAlloc (size_t size, size_t alignment) |
| void | v8::internal::AlignedFree (void *ptr) |