Searched refs:FreePages (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator.cc | 107 FreePages(base, base_length); in TrimMapping() 143 FreePages(ret, length); in AllocPages() 184 void FreePages(void* address, size_t length) { in FreePages() function
|
D | page_allocator.h | 67 BASE_EXPORT void FreePages(void* address, size_t length);
|
D | partition_alloc.cc | 750 FreePages(ptr, unmap_size); in PartitionDirectUnmap()
|
/external/v8/src/ |
D | allocation.cc | 164 bool FreePages(void* address, const size_t size) { in FreePages() function 166 bool result = GetPageAllocator()->FreePages(address, size); in FreePages() 266 CHECK(FreePages(reinterpret_cast<void*>(address), in Free()
|
D | instruction-stream.cc | 76 CHECK(FreePages(data, RoundUp(size, page_size))); in FreeOffHeapInstructionStream()
|
D | allocation.h | 111 V8_WARN_UNUSED_RESULT bool FreePages(void* address, const size_t size);
|
D | d8.cc | 132 CHECK(i::FreePages(data, allocated)); in FreeVM()
|
/external/v8/src/base/ |
D | page-allocator.h | 31 bool FreePages(void* address, size_t size) override; in NON_EXPORTED_BASE()
|
D | page-allocator.cc | 47 bool PageAllocator::FreePages(void* address, size_t size) { in FreePages() function in v8::base::PageAllocator
|
/external/v8/include/ |
D | v8-platform.h | 226 virtual bool FreePages(void* address, size_t length) = 0;
|
/external/v8/src/wasm/ |
D | wasm-memory.cc | 236 CHECK(FreePages(allocation.allocation_base, allocation.allocation_length)); in FreeMemoryIfIsWasmMemory()
|
/external/v8/src/objects/ |
D | js-array-buffer.cc | 79 CHECK(FreePages(allocation.allocation_base, allocation.length)); in FreeBackingStore()
|
/external/v8/src/heap/ |
D | spaces.cc | 521 CHECK(FreePages(reinterpret_cast<void*>(base), size)); in FreeMemory()
|