Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:AcquireQuantumMemory

331   matrix=(double **) AcquireQuantumMemory(number_rows,sizeof(*matrix));
336 matrix[i]=(double *) AcquireQuantumMemory(size,sizeof(*matrix[i]));
515 columns=(ssize_t *) AcquireQuantumMemory(rank,sizeof(*columns));
516 rows=(ssize_t *) AcquireQuantumMemory(rank,sizeof(*rows));
517 pivots=(ssize_t *) AcquireQuantumMemory(rank,sizeof(*pivots));