Compounds | |
class | debug::DebugMutex |
簡易排他セマフォ。. More... | |
class | debug::DebugMutex::AutoLock |
DebugMutex 自動ロック。. More... | |
class | debug::DebugUtility |
ユーティリティ。. More... | |
class | debug::LeakCheckerRegistry |
メモリの動的確保の情報を保持する。. More... | |
struct | debug::LeakCheckerRegistry::Entry |
メモリの動的確保の情報。. More... | |
struct | debug::LeakCheckerRegistry::Error |
エラー情報。. More... | |
class | debug::LeakChecker |
メモリリーク検査。. More... | |
class | debug::LeakCheckerAllocator |
LeakChecker 対応アロケータ。. More... | |
struct | debug::LeakCheckerAllocator::rebind |
class | debug::MallocAllocator |
malloc/free によるアロケータ。. More... | |
struct | debug::MallocAllocator::rebind |
Functions | |
template<class T> bool | operator== (const LeakCheckerAllocator< T > &, const LeakCheckerAllocator< T > &) |
template<class T> bool | operator!= (const LeakCheckerAllocator< T > &, const LeakCheckerAllocator< T > &) |
template<class T> bool | operator== (const MallocAllocator< T > &, const MallocAllocator< T > &) |
template<class T> bool | operator!= (const MallocAllocator< T > &, const MallocAllocator< T > &) |
|
|
|
|
|
|
|
|