Lines Matching refs:AcquireQuantumMemory
225 lzw_info->table[0]=(size_t *) AcquireQuantumMemory(MaximumLZWCode,
227 lzw_info->table[1]=(size_t *) AcquireQuantumMemory(MaximumLZWCode,
253 lzw_info->stack->codes=(size_t *) AcquireQuantumMemory(2UL*
615 packet=(unsigned char *) AcquireQuantumMemory(256,sizeof(*packet));
616 hash_code=(short *) AcquireQuantumMemory(MaxHashTable,sizeof(*hash_code));
617 hash_prefix=(short *) AcquireQuantumMemory(MaxHashTable,sizeof(*hash_prefix));
618 hash_suffix=(unsigned char *) AcquireQuantumMemory(MaxHashTable,
1026 global_colormap=(unsigned char *) AcquireQuantumMemory((size_t)
1159 info=(unsigned char *) AcquireQuantumMemory(255UL,
1308 colormap=(unsigned char *) AcquireQuantumMemory(image->colors,3*
1540 global_colormap=(unsigned char *) AcquireQuantumMemory(768UL,
1542 colormap=(unsigned char *) AcquireQuantumMemory(768UL,sizeof(*colormap));