/third_party/node/deps/v8/src/base/sanitizer/ |
D | lsan-page-allocator.cc | 60 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()
|
D | lsan-page-allocator.h | 45 bool ReleasePages(void* address, size_t size, size_t new_size) override;
|
/third_party/node/deps/v8/src/utils/ |
D | allocation.cc | 223 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()
|
D | allocation.h | 169 void ReleasePages(v8::PageAllocator* page_allocator, void* address, size_t size,
|
/third_party/node/deps/v8/src/base/ |
D | page-allocator.h | 43 bool ReleasePages(void* address, size_t size, size_t new_size) override; in NON_EXPORTED_BASE()
|
D | virtual-address-space-page-allocator.h | 47 bool ReleasePages(void* address, size_t size, size_t new_size) override;
|
D | virtual-address-space-page-allocator.cc | 35 bool VirtualAddressSpacePageAllocator::ReleasePages(void* ptr, size_t size, in ReleasePages() function in v8::base::VirtualAddressSpacePageAllocator
|
D | bounded-page-allocator.h | 80 bool ReleasePages(void* address, size_t size, size_t new_size) override;
|
D | page-allocator.cc | 139 bool PageAllocator::ReleasePages(void* address, size_t size, size_t new_size) { in ReleasePages() function in v8::base::PageAllocator
|
D | bounded-page-allocator.cc | 136 bool BoundedPageAllocator::ReleasePages(void* raw_address, size_t size, in ReleasePages() function in v8::base::BoundedPageAllocator
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | gc-info-table.cc | 72 page_allocator_->ReleasePages(const_cast<GCInfo*>(table_), MaxTableSize(), 0); in ~GCInfoTable()
|
/third_party/node/deps/v8/include/ |
D | v8-platform.h | 423 virtual bool ReleasePages(void* address, size_t length,
|