HomeSort by relevance Sort by last modified time
    Searched refs:vm_page_size_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 324 vm_page_size_(4096U), // SysInfo is not built for NACL.
326 vm_page_size_(SysInfo::VMAllocationGranularity()),
745 (vm_page_size_ - 1)) &
746 ~static_cast<uintptr_t>(vm_page_size_ - 1));
748 memory += vm_page_size_) {
    [all...]
persistent_memory_allocator.h 675 const size_t vm_page_size_; // The page size used by the OS. variable
    [all...]

Completed in 90 milliseconds