- Timestamp:
- Dec 1, 1999, 1:11:40 AM (26 years ago)
- Location:
- trunk/src/odincrt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/odincrt/malloc.cpp
r1904 r1905 1 /* $Id: malloc.cpp,v 1.2 1999-12-01 00:11:40 sandervl Exp $ */ 1 2 #undef __DEBUG_ALLOC__ 2 3 #include <malloc.h> -
trunk/src/odincrt/odincrt.def
r524 r1905 1 ; $Id: odincrt.def,v 1.1 6 1999-08-17 12:46:04sandervl Exp $1 ; $Id: odincrt.def,v 1.17 1999-12-01 00:11:22 sandervl Exp $ 2 2 ; Odin VAC++ 3.08 shared multithreaded runtime 3 3 LIBRARY ODINCRT INITINSTANCE TERMINSTANCE … … 18 18 ; memory management 19 19 ; ----------------- 20 calloc @346 21 realloc @583 22 malloc @351 23 free @219 24 _debug_calloc @117 25 _debug_realloc @182 26 _debug_malloc @119 27 _debug_free @59 28 strdup @472 20 calloc = os2calloc @346 21 realloc = os2realloc @583 22 malloc = os2malloc @351 23 free = os2free @219 24 _debug_calloc = os2_debug_calloc @117 25 _debug_realloc = os2_debug_realloc @182 26 _debug_malloc = os2_debug_malloc @119 27 _debug_free = os2_debug_free @59 28 _umalloc = os2_umalloc @749 29 _debug_umalloc =os2_debug_umalloc @185 30 _ucalloc = os2_ucalloc @704 31 _debug_ucalloc = os2_debug_ucalloc @181 32 33 strdup @472 29 34 30 35 ; original exports … … 206 211 setbuf__11fstreambaseFPci @179 207 212 _debug_tcalloc @180 208 _debug_ucalloc @181209 213 doallocate__9streambufFv @183 210 214 _debug_tmalloc @184 211 _debug_umalloc @185212 215 __vtt8ifstream @186 213 216 unexpected__Fv @187 … … 723 726 strrchr @702 724 727 strncmp @703 725 _ucalloc @704726 728 _ucreate @705 727 729 _spawnl @706 … … 768 770 _tmalloc @747 769 771 _makepath @748 770 _umalloc @749771 772 _spawnv @750 772 773 strncpy @751
Note:
See TracChangeset
for help on using the changeset viewer.