v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
memory-allocator.h File Reference
#include <atomic>
#include <memory>
#include <optional>
#include <set>
#include <unordered_set>
#include <utility>
#include "include/v8-platform.h"
#include "src/base/bounded-page-allocator.h"
#include "src/base/export-template.h"
#include "src/base/hashing.h"
#include "src/base/macros.h"
#include "src/base/platform/mutex.h"
#include "src/base/platform/semaphore.h"
#include "src/common/globals.h"
#include "src/heap/code-range.h"
#include "src/heap/memory-chunk-metadata.h"
#include "src/heap/mutable-page-metadata.h"
#include "src/heap/spaces.h"
#include "src/tasks/cancelable-task.h"
#include "src/utils/allocation.h"
Include dependency graph for memory-allocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::MemoryAllocator
 
struct  v8::internal::MemoryAllocator::MemoryChunkAllocationResult
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::heap