Changeset 36569 in vbox for trunk/include/iprt/mem.h
- Timestamp:
- Apr 6, 2011 9:16:07 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mem.h
r36538 r36569 59 59 * will default to the pointer to the current file name. The memory API will 60 60 * make of use of this as pointer to a volatile but read-only string. 61 * The alternative tag includes the line number for a more-detailed analysis. 61 62 */ 62 63 #ifndef RTMEM_TAG 63 # define RTMEM_TAG (__FILE__) 64 # if 0 65 # define RTMEM_TAG (__FILE__ ":" RT_XSTR(__LINE__)) 66 # else 67 # define RTMEM_TAG (__FILE__) 68 # endif 64 69 #endif 65 70
Note:
See TracChangeset
for help on using the changeset viewer.