Home | History | Annotate | Download | only in multiprocessing

Lines Matching defs:free

104         # list of pending blocks to free - see free() comment below
136 # free location and try to merge with neighbours
181 # Free all the blocks in the pending list - called with the lock held.
190 def free(self, block):
191 # free a block returned by malloc()
192 # Since free() can be called asynchronously by the GC, it could happen
197 # synchronously sometimes later from malloc() or free(), by calling
203 # pending blocks to free
245 Finalize(self, BufferWrapper._heap.free, args=(block,))