Lines Matching refs:RF_Malloc
478 P = RF_Malloc(bytesPerEU);
479 temp = RF_Malloc(bytesPerEU);
663 buf = RF_Malloc(numDataCol * sizeof(*buf));
665 suoff = RF_Malloc(ndataParam * sizeof(*suoff));
666 suend = RF_Malloc(ndataParam * sizeof(*suend));
667 prmToCol = RF_Malloc(ndataParam * sizeof(*prmToCol));
771 dest[1] = RF_Malloc(bytesPerSector);
777 dest[0] = RF_Malloc(bytesPerSector);
783 dest[1] = RF_Malloc(bytesPerSector);
851 buf = RF_Malloc(numDataCol * sizeof(*buf));
892 olddata[0] = RF_Malloc(numbytes);
893 olddata[1] = RF_Malloc(numbytes);