Lines Matching defs:alloc
108 lzma_allocator alloc;
116 lzma_allocator alloc;
804 self->alloc.opaque = NULL;
805 self->alloc.alloc = PyLzma_Malloc;
806 self->alloc.free = PyLzma_Free;
807 self->lzs.allocator = &self->alloc;
1225 self->alloc.opaque = NULL;
1226 self->alloc.alloc = PyLzma_Malloc;
1227 self->alloc.free = PyLzma_Free;
1228 self->lzs.allocator = &self->alloc;