2013. 1. 8. 17:54

problem of memory leak detect( malloc )

http://www.nynaeve.net/?p=209

위 내용 처럼 malloc 은 특정 버젼의 Windows OS에서는 FPO(frame pointer omission) 이 되어 있어서 해당 memory leak 에 대한 call stack 을 얻기가 어려운 점 이 있다.


http://support.microsoft.com/kb/268343/en-us

위 url 에서 windows 2003 sp 이후 부터 malloc의 FPO를 사용하지 않는다고 명시 되어 있다.