Changeset 21916 for trunk/include/heapshared.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/heapshared.h
r21301 r21916 18 18 19 19 #ifdef DEBUG 20 void * _System _debug_smalloc(int size, c har *pszFile, int linenr);21 void * _System _debug_smallocfill(int size, int filler, c har *pszFile, int linenr);22 void _System _debug_sfree(void *chunk, c har *pszFile, int linenr);20 void * _System _debug_smalloc(int size, const char *pszFile, int linenr); 21 void * _System _debug_smallocfill(int size, int filler, const char *pszFile, int linenr); 22 void _System _debug_sfree(void *chunk, const char *pszFile, int linenr); 23 23 24 24 #define _smalloc(a) _debug_smalloc((a),__FILE__,__LINE__)
Note:
See TracChangeset
for help on using the changeset viewer.