Changeset 85121 in vbox for trunk/src/VBox/Runtime/common/alloc
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/memtracker.cpp
r82968 r85121 182 182 { 183 183 /** The printf like callback. */ 184 DECLCALLBACKMEMBER(void, pfnPrintf )(struct RTMEMTRACKEROUTPUT *pThis, const char *pszFormat, ...);184 DECLCALLBACKMEMBER(void, pfnPrintf,(struct RTMEMTRACKEROUTPUT *pThis, const char *pszFormat, ...)); 185 185 186 186 /** The data. */
Note:
See TracChangeset
for help on using the changeset viewer.