Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:AcquireQuantumMemory

334   matrix=(double **) AcquireQuantumMemory(number_rows,sizeof(*matrix));
339 matrix[i]=(double *) AcquireQuantumMemory(size,sizeof(*matrix[i]));
518 columns=(ssize_t *) AcquireQuantumMemory(rank,sizeof(*columns));
519 rows=(ssize_t *) AcquireQuantumMemory(rank,sizeof(*rows));
520 pivots=(ssize_t *) AcquireQuantumMemory(rank,sizeof(*pivots));