Changeset 21826 for branches/gcc-kmk/src/odincrt/malloc.cpp
- Timestamp:
- Nov 29, 2011, 10:49:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/odincrt/malloc.cpp
r21823 r21826 16 16 17 17 // currently, it's a dumb stub 18 void _LNK_CONVgetcrtstat(unsigned long *pnrcalls_malloc,19 20 18 void SYSTEM getcrtstat(unsigned long *pnrcalls_malloc, 19 unsigned long *pnrcalls_free, 20 unsigned long *ptotalmemalloc) 21 21 { 22 22 *pnrcalls_malloc = nrcalls_malloc;
Note:
See TracChangeset
for help on using the changeset viewer.