Changeset 21916 for trunk/include/stats.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/stats.h
r21301 r21916 5 5 6 6 //Get memory statistics from odincrt 7 void _LNK_CONV getcrtstat(unsigned long *pnrcalls_malloc, 8 unsigned long *pnrcalls_free, 9 unsigned long *ptotalmemalloc); 7 void SYSTEM getcrtstat(unsigned long *pnrcalls_malloc, 8 unsigned long *pnrcalls_free, 9 unsigned long *ptotalmemalloc); 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 10 13 11 14 #ifdef OS2_INCLUDED … … 99 102 #endif 100 103 104 #ifdef __cplusplus 105 } // extern "C" 101 106 #endif 107 108 #endif
Note:
See TracChangeset
for help on using the changeset viewer.