21     void DebugLog(
wxString cn, 
int blockSize, 
int poolSize, 
int max_refs, 
int total_refs, 
int ref_count)
    33         s.
Printf(
_T(
"%s\n\n%d reserved pools of size %d (%d total objects)\n"    34         "Maximum number of allocated objects: %d\n"    35         "Total number of allocations: %d\n"    36         "Number of stale objects: %d %s"),
    38         blockSize, poolSize, blockSize * poolSize,
    39         max_refs, total_refs, ref_count, (ref_count == 0 ? 
_T(
"") : 
_T(
"(memory leak)")));
 void wxSafeShowMessage(const wxString &title, const wxString &text)
 
bool Matches(const wxString &text, int flags=0) const
 
void DebugLog(wxString cn, int blockSize, int poolSize, int max_refs, int total_refs, int ref_count)
 
bool GetMatch(size_t *start, size_t *len, size_t index=0) const
 
int Printf(const wxString &pszFormat,...)