Changeset 39080 in vbox for trunk/src/VBox/Runtime/common/alloc
- Timestamp:
- Oct 21, 2011 2:26:05 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74509
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/memtracker.cpp
r36674 r39080 635 635 * attribute the free operation if the tags differ - it 636 636 * makes sense at all... */ 637 NOREF(pszTag); 637 638 if (pHdr->pTag) 638 639 rtMemTrackerStateRecordFree(&pHdr->pTag->Stats, pHdr->cbUser, enmMethod); … … 931 932 static DECLCALLBACK(void) rtMemTrackerDumpLogOutput(PRTMEMTRACKEROUTPUT pThis, const char *pszFormat, ...) 932 933 { 934 NOREF(pThis); 933 935 va_list va; 934 936 va_start(va, pszFormat); … … 972 974 static DECLCALLBACK(void) rtMemTrackerDumpLogRelOutput(PRTMEMTRACKEROUTPUT pThis, const char *pszFormat, ...) 973 975 { 976 NOREF(pThis); 974 977 va_list va; 975 978 va_start(va, pszFormat);
Note:
See TracChangeset
for help on using the changeset viewer.