Searched refs:_roundup (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | heap.py | 108 def _roundup(n, alignment): member in Heap 117 length = self._roundup(max(self._size, size), mmap.PAGESIZE) 222 size = self._roundup(max(size,1), self._alignment)
|
/external/python/cpython3/Lib/multiprocessing/ |
D | heap.py | 122 def _roundup(n, alignment): member in Heap 131 length = self._roundup(max(self._size, size), mmap.PAGESIZE) 241 size = self._roundup(max(size,1), self._alignment)
|