OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BufferWrapper
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Lib/multiprocessing/
heap.py
47
__all__ = ['
BufferWrapper
']
237
class
BufferWrapper
(object):
243
block =
BufferWrapper
._heap.malloc(size)
245
Finalize(self,
BufferWrapper
._heap.free, args=(block,))
/external/python/cpython3/Lib/multiprocessing/
heap.py
20
__all__ = ['
BufferWrapper
']
254
class
BufferWrapper
(object):
263
block =
BufferWrapper
._heap.malloc(size)
265
util.Finalize(self,
BufferWrapper
._heap.free, args=(block,))
Completed in 573 milliseconds