Changeset 21826 for branches/gcc-kmk/src
- Timestamp:
- Nov 29, 2011, 10:49:58 AM (14 years ago)
- Location:
- branches/gcc-kmk/src/odincrt
- Files:
- 
      - 2 edited
 
 - 
          
  malloc.cpp (modified) (1 diff)
- 
          
  malloc_vac.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/gcc-kmk/src/odincrt/malloc.cppr21823 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; 
- 
      branches/gcc-kmk/src/odincrt/malloc_vac.cppr21794 r21826 25 25 unsigned long totalmemalloc = 0; 26 26 27 void _LNK_CONVgetcrtstat(unsigned long *pnrcalls_malloc,28 29 27 void SYSTEM getcrtstat(unsigned long *pnrcalls_malloc, 28 unsigned long *pnrcalls_free, 29 unsigned long *ptotalmemalloc) 30 30 { 31 31 *pnrcalls_malloc = nrcalls_malloc; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
