Home
last modified time | relevance | path

Searched refs:allocation_base (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dbacking-store.cc426 void* allocation_base = nullptr; in TryAllocateAndPartiallyCommitMemory() local
431 allocation_base = AllocatePages(page_allocator, nullptr, reservation_size, in TryAllocateAndPartiallyCommitMemory()
433 if (allocation_base) return true; in TryAllocateAndPartiallyCommitMemory()
443 allocation_base = AllocatePages(page_allocator, nullptr, reservation_size, in TryAllocateAndPartiallyCommitMemory()
445 return allocation_base != nullptr; in TryAllocateAndPartiallyCommitMemory()
458 byte* buffer_start = reinterpret_cast<byte*>(allocation_base) + in TryAllocateAndPartiallyCommitMemory()
462 byte* buffer_start = reinterpret_cast<byte*>(allocation_base); in TryAllocateAndPartiallyCommitMemory()
477 FreePages(page_allocator, allocation_base, reservation_size); in TryAllocateAndPartiallyCommitMemory()
487 RecordSandboxMemoryAllocationResult(isolate, allocation_base); in TryAllocateAndPartiallyCommitMemory()
751 Isolate* isolate, void* allocation_base, size_t allocation_length, in WrapAllocation() argument
[all …]
Dbacking-store.h74 void* allocation_base,
80 void* allocation_base, size_t allocation_length,