Searched defs:pages (Results 76 - 91 of 91) sorted by relevance

1234

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc62 // the sizeclass is 0. The cache may have stale information for pages that do
64 // in Populate() for pages with sizeclass > 0 objects, and in do_malloc() and
65 // do_memalign() for all other relevant pages.
71 // If Span s occupies pages [p..q],
360 static double PagesToMiB(uint64_t pages) { argument
361 return (pages << kPageShift) / 1048576.0;
487 out->printf("%6u pages * %6u spans ~ %6.1f MiB; %6.1f MiB cum"
784 return tcmalloc::pages(size) << kPageShift;
985 Span *span = Static::pageheap()->New(tcmalloc::pages(size == 0 ? 1 : size));
1065 Length num_pages = tcmalloc::pages(siz
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc62 // the sizeclass is 0. The cache may have stale information for pages that do
64 // in Populate() for pages with sizeclass > 0 objects, and in do_malloc() and
65 // do_memalign() for all other relevant pages.
71 // If Span s occupies pages [p..q],
347 static double PagesToMiB(uint64_t pages) { argument
348 return (pages << kPageShift) / 1048576.0;
456 out->printf("%6u pages * %6u spans ~ %6.1f MiB; %6.1f MiB cum"
774 return tcmalloc::pages(size) << kPageShift;
974 Span *span = Static::pageheap()->New(tcmalloc::pages(size == 0 ? 1 : size));
1054 Length num_pages = tcmalloc::pages(siz
[all...]
/external/valgrind/main/include/vki/
H A Dvki-xen-domctl.h208 vki_xen_uint64_aligned_t pages; member in struct:vki_xen_domctl_shadow_op
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp2771 if (page < 0 || page >= pages()) {
2849 if (pdfDoc->pages() == 0) {
2860 if (pdfDoc->pages() == 0) {
2876 int SkPdfRenderer::pages() const { function in class:SkPdfRenderer
2878 return fPdfDoc->pages();
/external/chromium_org/v8/src/heap/
H A Dspaces.cc425 // All real new-space pages will be in new-space.
809 // We are guarding code pages: the first OS page after the header
821 // We are guarding code pages: the first OS page after the header
828 // We are guarding code pages: the last OS page will be protected as
1010 // When code range exists, code pages are allocated in a special way
1012 // upgraded to handle small pages.
1490 int pages = total_capacity_ / Page::kPageSize; local
1497 for (int i = 0; i < pages; i++) {
1647 // Swap to/from-space bits on pages.
1667 // Mark all pages u
[all...]
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp2771 if (page < 0 || page >= pages()) {
2849 if (pdfDoc->pages() == 0) {
2860 if (pdfDoc->pages() == 0) {
2876 int SkPdfRenderer::pages() const { function in class:SkPdfRenderer
2878 return fPdfDoc->pages();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp1172 const char* pages[] = { local
1173 // These pages trigger the clobbering condition. There must be a matching item in "pageScaleFactors" array.
1181 for (size_t i = 0; i < ARRAY_SIZE(pages); ++i)
1182 registerMockedHttpURLLoad(pages[i]);
1190 for (size_t i = 0; i < ARRAY_SIZE(pages); ++i) {
1193 webViewHelper.initializeAndLoad(m_baseURL + pages[i], true, 0, &client, enableViewportSettings);
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2127 int64_t pages; member in struct:XBZRLECacheStats
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jar ... viewers.IStructuredSelection currentSelection private java.util.Hashtable pages private org.eclipse.ui.forms.IDetailsPageProvider ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4961 milliseconds

1234