Transcription: The New and Delete operators may use a different memory allocation scheme than the standard functions. Memory allocated by New should be deallocated by Delete. Memory allocated by MALEC, CALEC, or REALIC should be deallocated by Free. Try to avoid using both methods in one program.