HomeSort by relevance Sort by last modified time
    Searched refs:PAGESIZE (Results 126 - 135 of 135) sorted by null

1 2 3 4 56

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 94 def __init__(self, size=mmap.PAGESIZE):
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 94 def __init__(self, size=mmap.PAGESIZE):
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
  /external/elfutils/tests/
run-readelf-vmcoreinfo.sh 64 PAGESIZE=4096
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.c 456 PageNumber = sizeof(PEI_URB)/PAGESIZE +1;
    [all...]
  /external/elfutils/src/
ldlex.l 141 PAGESIZE { return kPAGESIZE; }
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
update_engine_performance_monitor.py 69 rss = int(fields[23]) * mmap.PAGESIZE
  /external/ltp/testcases/lib/
test.sh 419 LTP_IPC_SIZE=$(getconf PAGESIZE)
421 tst_brkm TBROK "getconf PAGESIZE failed"
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c     [all...]
  /external/dlmalloc/
malloc.c     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c     [all...]

Completed in 291 milliseconds

1 2 3 4 56