/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
|