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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 108 def _roundup(n, alignment): member in class:Heap
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
222 size = self._roundup(max(size,1), self._alignment)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 108 def _roundup(n, alignment): member in class:Heap
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
222 size = self._roundup(max(size,1), self._alignment)

Completed in 228 milliseconds