コード例 #1
0
ファイル: bgenHeapBuffer.py プロジェクト: carol8421/gosh
	def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None):
		FixedInputOutputBufferType.__init__(self, "0", datatype, sizetype, sizeformat)
コード例 #2
0
ファイル: bgenHeapBuffer.py プロジェクト: carol8421/gosh
	def cleanup(self, name):
		Output("free(%s__out__);", name)
		FixedInputOutputBufferType.cleanup(self, name)
コード例 #3
0
# Buffers allocated on the heap