Searched refs:getpagesize (Results 1 - 25 of 55) sorted by relevance

123

/external/webkit/Source/JavaScriptCore/heap/
H A DMarkStackPosix.cpp38 MarkStack::s_pageSize = getpagesize();
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageBlock.cpp51 return getpagesize();
H A DTCSystemAlloc.cpp165 if (pagesize == 0) pagesize = getpagesize();
292 if (pagesize == 0) pagesize = getpagesize();
414 if (pagesize == 0) pagesize = getpagesize();
/external/chromium/base/
H A Dsys_info_posix.cc119 return getpagesize();
H A Dprocess_util_linux.cc304 return static_cast<size_t>(num_pages) * getpagesize();
318 return static_cast<size_t>(num_pages) * getpagesize();
/external/llvm/lib/Support/Unix/
H A DProcess.inc48 // On Cygwin, getpagesize() returns 64k but the page size for the purposes of
53 const int page_size = ::getpagesize();
/external/valgrind/main/none/tests/
H A Dmap_unmap.c52 pagesize = getpagesize();
H A Dmmap_fcntl_bug.c40 if (mmap(NULL, getpagesize(), PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0) == MAP_FAILED)
/external/webkit/Tools/DumpRenderTree/mac/
H A DCheckedMalloc.cpp74 mach_vm_address_t pageStart = reinterpret_cast<vm_address_t>(zone) & static_cast<vm_size_t>(~(getpagesize() - 1));
/external/qemu/
H A Doslib-posix.c66 return qemu_memalign(getpagesize(), size);
/external/valgrind/main/memcheck/tests/
H A Daddressable.c111 pgsz = getpagesize();
/external/bluetooth/bluez/test/
H A Dtest-textfile.c49 size = getpagesize();
/external/libpcap/lbl/
H A Dos-sunos4.h94 int getpagesize(void);
/external/tcpdump/lbl/
H A Dos-sunos4.h94 int getpagesize(void);
/external/qemu/android/utils/
H A Dmapfile.c173 align_mask = getpagesize() - 1;
/external/quake/quake/src/QW/client/
H A Dsys_linux.c415 int psize = getpagesize();
/external/quake/quake/src/WinQuake/
H A Dsys_linux.cpp444 int psize = getpagesize();
H A Dsys_sun.cpp206 int psize = getpagesize();
/external/skia/src/ports/
H A DSkImageRef_ashmem.cpp27 const size_t mask = getpagesize() - 1;
/external/webkit/Source/WebKit2/Platform/unix/
H A DSharedMemoryUnix.cpp233 pageSize = getpagesize();
/external/v8/src/
H A Dplatform-freebsd.cc44 #include <unistd.h> // getpagesize
163 return getpagesize();
170 const size_t msize = RoundUp(requested, getpagesize());
H A Dplatform-macos.cc138 return getpagesize();
153 const size_t msize = RoundUp(requested, getpagesize());
H A Dplatform-solaris.cc36 #include <unistd.h> // getpagesize(), usleep()
175 return static_cast<size_t>(getpagesize());
182 const size_t msize = RoundUp(requested, getpagesize());
/external/qemu/distrib/sdl-1.2.12/
H A Dandroid-configure.sh371 sdl_check_funcs getpagesize
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc575 const size_t stack_size = getpagesize();

Completed in 3019 milliseconds

123