반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- reactnative
- vue
- 코로나19
- 당사자표시정정신청서
- Tutorial
- 이더리움
- 사업자계좌
- elasticSearch
- Eclipse
- 인민공원
- blockchain
- 코로나
- Java
- Laravel
- cartalyst
- auth
- 보정명령
- Blade
- as후기
- Python
- 소액임금체불
- 전자소송
- Sentinel
- 홈택스
- 개인사업자
- win32
- 체당금
- Bootstrap
- php
- javascript
Archives
- Today
- Total
목록메모리릭 (1)
그냥 사는 이야기
LoadLibrary/FreeLibrary memory leak 실행 환경 Windows Server 2008 x64 MS Visual-Studio 2008 Test Code 먼저 메모리릭이 나는 코드를 간단하게 보면 while (1) { HMODULE hModule = LoadLibrary ( "C:\\Windows\\servicing\\cbsmsg.dll" ); if ( hModule ) { FreeLibrary( hModule ); } else { cout
Development/System
2009. 7. 17. 10:07