==================================================================================================
메모리 누수란, 프로그램 구동 중에 필요치 않은 메모리가 계속해서 점유하고 있는 현상입니다. 정상적인 동작이라면 메모리 할당 후 해제해야 메모리 누수가 없지만, 개발자의 실수로 해제를 놓쳤다면 메모리 누수가 발생하게 됩니다. 사실 요즘 PC의 기본 사양은 64bit 운영체제와 8GB, 16GB 이상의 메모리를 사용하는데, 메모리 누수가 문제가 될까요?
첫번째 번역
Memory leak is a feature on the operation of a program unnecessary memories keep to be occupied. with a normal memory, after memory allocation, deallocation does not take memory leaks, but when it comes to miss out deallocation by mistake, memory leaks break out. In fact, the basic specification of general PCs make use of 64 bit operating system, memories over 8GB and 16GB, Does memory leak have a problem?
기계 번역
A memory leak is a phenomenon in which memory that is not needed during the operation of a program continues to be occupied. If it is normal behavior, there is no memory leak if you release it after allocating memory, but if you miss the release due to the developer's mistake, there will be a memory leak. In fact, the basic specification of PCs these days uses a 64-bit operating system and more than 8GB and 16GB of memory, so will memory leaks be a problem?