Home
last modified time | relevance | path

Searched refs:ReleasePages (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/base/sanitizer/
Dlsan-page-allocator.cc60 bool LsanPageAllocator::ReleasePages(void* address, size_t size, in ReleasePages() function in v8::base::LsanPageAllocator
62 CHECK(page_allocator_->ReleasePages(address, size, new_size)); in ReleasePages()
Dlsan-page-allocator.h45 bool ReleasePages(void* address, size_t size, size_t new_size) override;
/third_party/node/deps/v8/src/utils/
Dallocation.cc223 void ReleasePages(v8::PageAllocator* page_allocator, void* address, size_t size, in ReleasePages() function
228 CHECK(page_allocator->ReleasePages(address, size, new_size)); in ReleasePages()
296 ReleasePages(page_allocator_, reinterpret_cast<void*>(region_.begin()), in Release()
Dallocation.h169 void ReleasePages(v8::PageAllocator* page_allocator, void* address, size_t size,
/third_party/node/deps/v8/src/base/
Dpage-allocator.h43 bool ReleasePages(void* address, size_t size, size_t new_size) override; in NON_EXPORTED_BASE()
Dvirtual-address-space-page-allocator.h47 bool ReleasePages(void* address, size_t size, size_t new_size) override;
Dvirtual-address-space-page-allocator.cc35 bool VirtualAddressSpacePageAllocator::ReleasePages(void* ptr, size_t size, in ReleasePages() function in v8::base::VirtualAddressSpacePageAllocator
Dbounded-page-allocator.h80 bool ReleasePages(void* address, size_t size, size_t new_size) override;
Dpage-allocator.cc139 bool PageAllocator::ReleasePages(void* address, size_t size, size_t new_size) { in ReleasePages() function in v8::base::PageAllocator
Dbounded-page-allocator.cc136 bool BoundedPageAllocator::ReleasePages(void* raw_address, size_t size, in ReleasePages() function in v8::base::BoundedPageAllocator
/third_party/node/deps/v8/src/heap/cppgc/
Dgc-info-table.cc72 page_allocator_->ReleasePages(const_cast<GCInfo*>(table_), MaxTableSize(), 0); in ~GCInfoTable()
/third_party/node/deps/v8/include/
Dv8-platform.h423 virtual bool ReleasePages(void* address, size_t length,