Alternate
e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
Toggle main menu visibility
総合概要
諸情報
名前空間
名前空間一覧
名前空間メンバ
全て
_
a
b
c
f
g
i
l
n
o
p
s
t
w
関数
_
c
g
o
p
s
t
変数
型定義
列挙型
列挙値
クラス
クラス一覧
クラス索引
クラス階層
クラスメンバ
全て
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
関数
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
変数
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
x
z
型定義
ファイル
ファイル一覧
ファイルメンバ
全て
_
a
c
d
e
f
g
i
k
l
m
n
o
p
s
t
w
関数
_
d
i
m
o
s
変数
型定義
c
f
p
s
マクロ定義
_
a
c
d
e
f
g
i
k
l
m
n
p
s
t
w
•
全て
クラス
名前空間
ファイル
関数
変数
型定義
列挙型
列挙値
マクロ定義
ページ
読み取り中…
検索中…
一致する文字列を見つけられません
BinderMemoryLeakCheck.h
[詳解]
1
5
6
#pragma once
7
8
#include "
LeakCheck.h
"
9
#include "
Binder.hpp
"
10
#include "
Freight.hpp
"
11
12
namespace
LeakCheck
13
{
16
class
BinderMemoryLeakCheck
:
public
LeakCheck
17
{
18
public
:
20
BinderMemoryLeakCheck
();
21
23
virtual
~BinderMemoryLeakCheck
();
24
26
virtual
BOOL
Init
();
27
29
virtual
BOOL
DoAction
();
30
31
private
:
32
BOOL
DoAction1
();
33
BOOL
DoAction2
();
34
BOOL
DoAction3
();
35
BOOL
DoAction4
();
36
};
37
}
Binder.hpp
newオブジェクトを管理するコンテナクラス
Freight.hpp
プリミティブな変数を管理するコンテナクラス
LeakCheck.h
TestProjectでは検出できない、メモリーリークを確認します。
LeakCheck::BinderMemoryLeakCheck
Binderのメモリーリークチェッククラス
Definition:
BinderMemoryLeakCheck.h:17
LeakCheck::BinderMemoryLeakCheck::DoAction
virtual BOOL DoAction()
メモリーリーク調査
Definition:
BinderMemoryLeakCheck.cpp:26
LeakCheck::BinderMemoryLeakCheck::DoAction4
BOOL DoAction4()
Definition:
BinderMemoryLeakCheck.cpp:95
LeakCheck::BinderMemoryLeakCheck::Init
virtual BOOL Init()
初期化処理
Definition:
BinderMemoryLeakCheck.cpp:21
LeakCheck::BinderMemoryLeakCheck::DoAction2
BOOL DoAction2()
Definition:
BinderMemoryLeakCheck.cpp:56
LeakCheck::BinderMemoryLeakCheck::DoAction3
BOOL DoAction3()
Definition:
BinderMemoryLeakCheck.cpp:75
LeakCheck::BinderMemoryLeakCheck::DoAction1
BOOL DoAction1()
Definition:
BinderMemoryLeakCheck.cpp:36
LeakCheck::BinderMemoryLeakCheck::~BinderMemoryLeakCheck
virtual ~BinderMemoryLeakCheck()
デストラクタ
Definition:
BinderMemoryLeakCheck.cpp:16
LeakCheck::BinderMemoryLeakCheck::BinderMemoryLeakCheck
BinderMemoryLeakCheck()
コンストラクタ
Definition:
BinderMemoryLeakCheck.cpp:11
LeakCheck
Definition:
ArrayMemoryLeakCheck.h:12
MemoryLeakCheck
BinderMemoryLeakCheck.h
構築:
1.9.6