Home
last modified time | relevance | path

Searched refs:GetPageSize (Results 1 – 25 of 30) sorted by relevance

12

/external/libchrome/base/allocator/
Dallocator_shim.cc45 inline size_t GetPageSize() { in GetPageSize() function
212 return ShimMemalign(GetPageSize(), size); in ShimValloc()
218 size = GetPageSize(); in ShimPvalloc()
220 size = (size + GetPageSize() - 1) & ~(GetPageSize() - 1); in ShimPvalloc()
222 return ShimMemalign(GetPageSize(), size); in ShimPvalloc()
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register_posix.cc25 return GetPageSize(); in GetGuardSize()
30 size = bits::Align(size, GetPageSize()); in AllocateGuardedVirtualMemory()
52 size_t size = bits::Align(allocated_size, GetPageSize()) + GetGuardSize(); in FreeGuardedVirtualMemory()
Dheap_profiler_allocation_register.h133 size_t page_size = base::GetPageSize(); in EstimateUsedMemory()
Dprocess_memory_dump.cc72 return base::GetPageSize(); in GetSystemPageSize()
/external/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cc23 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()
31 dfsan_set_label(0, res, RoundUpTo(length, GetPageSize())); in INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_test.cc46 size_t ps = GetPageSize(); in SetUp()
70 size_t ps = GetPageSize(); in TearDown()
Dsanitizer_posix_test.cc63 const int page_size = GetPageSize(); in TEST()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_containerlayoutitem.h18 CFX_SizeF GetPageSize() const;
Dcxfa_containerlayoutitem.cpp27 CFX_SizeF CXFA_ContainerLayoutItem::GetPageSize() const { in GetPageSize() function in CXFA_ContainerLayoutItem
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DProcess.h34 static unsigned GetPageSize();
/external/libchrome/base/process/
Dprocess_metrics_posix.cc76 size_t GetPageSize() { in GetPageSize() function
Dprocess_metrics.h243 BASE_EXPORT size_t GetPageSize();
/external/swiftshader/third_party/LLVM/lib/Support/
DMemoryBuffer.cpp188 static int PageSize = sys::Process::GetPageSize(); in ~MemoryBufferMMapFile()
281 static int PageSize = sys::Process::GetPageSize(); in getOpenFile()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProcess.inc42 // solely so it can be called once in Process::GetPageSize to initialize the
56 Process::GetPageSize() {
DMemory.inc32 static const size_t pageSize = Process::GetPageSize();
/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h48 FX_FLOAT GetPageSize() const { return m_fPageSize; } in GetPageSize() function
Dcfwl_listbox.cpp868 fPos -= pScrollBar->GetPageSize(); in OnScroll()
874 fPos += pScrollBar->GetPageSize(); in OnScroll()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffpageview.cpp128 return CFX_RectF(0, 0, GetPageSize()); in GetPageViewRect()
133 return GetPageMatrix(CFX_RectF(0, 0, GetPageSize()), rtDisp, iRotate, 0); in GetDisplayMatrix()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DMemory.inc36 size_t pageSize = Process::GetPageSize();
DProcess.inc45 Process::GetPageSize()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h65 uptr GetPageSize();
69 PageSizeCached = GetPageSize(); in GetPageSizeCached()
Dsanitizer_posix.cc48 return GetPageSize(); in GetMmapGranularity()
Dsanitizer_mac.cc325 uptr GetPageSize() { in GetPageSize() function
/external/v8/src/base/platform/
Dplatform-win32.cc692 static size_t GetPageSize() { in GetPageSize() function
783 size_t msize = RoundUp(requested, static_cast<int>(GetPageSize())); in Allocate()
/external/fmtlib/test/
Dposix-mock-test.cc227 TEST(UtilTest, GetPageSize) { in TEST() argument

12