Searched refs:DecommitSystemPages (Results 1 – 5 of 5) sorted by relevance
82 ALWAYS_INLINE void DecommitSystemPages(void* address, size_t length);182 ALWAYS_INLINE void PartitionRootBase::DecommitSystemPages(void* address, in DecommitSystemPages() function184 ::pdfium::base::DecommitSystemPages(address, length); in DecommitSystemPages()
112 BASE_EXPORT void DecommitSystemPages(void* address, size_t length);
141 root->DecommitSystemPages(addr, bucket->get_bytes_per_span()); in Decommit()
206 void DecommitSystemPages(void* address, size_t length) { in DecommitSystemPages() function
321 root->DecommitSystemPages(char_ptr + new_size, decommit_size); in PartitionReallocDirectMappedInPlace()