|
Code::Blocks
SVN r11506
|
Functions | |
| void | DebugLog (wxString cn, int blockSize, int poolSize, int max_refs, int total_refs, int ref_count) |
Variables | |
| const bool | enable_global_debug = false |
| const bool | verbose = false |
| void BlkAllc::DebugLog | ( | wxString | cn, |
| int | blockSize, | ||
| int | poolSize, | ||
| int | max_refs, | ||
| int | total_refs, | ||
| int | ref_count | ||
| ) |
Definition at line 21 of file blockallocated.cpp.
References _T, wxString::c_str(), wxRegEx::GetMatch(), wxRegEx::Matches(), wxString::Printf(), and wxSafeShowMessage().
Referenced by LogManager::DebugLogError(), and BlockAllocator< T, pool_size, debug >::~BlockAllocator().
| const bool BlkAllc::enable_global_debug = false |
Definition at line 22 of file blockallocated.h.
Referenced by BlockAllocator< T, pool_size, debug >::Delete(), BlockAllocator< T, pool_size, debug >::New(), and BlockAllocator< T, pool_size, debug >::~BlockAllocator().
| const bool BlkAllc::verbose = false |
Definition at line 23 of file blockallocated.h.
Referenced by BlockAllocator< T, pool_size, debug >::~BlockAllocator().
1.8.13