Home | History | Annotate | Download | only in lzw

Lines Matching defs:memory

74     FT_Memory       memory;         /* memory allocator            */
118 zip->memory = stream->memory;
143 zip->memory = NULL;
318 FT_Memory memory = stream->memory;
351 FT_Memory memory;
361 memory = source->memory;
365 * LZWFile object (400 KByte of heap memory) if not necessary.
375 stream->memory = memory;