home *** CD-ROM | disk | FTP | other *** search
- ;
- ; DEFAULT.MSC
- ;
- ; SmartCheck 5.0
- ; Copyright 1995-1997 NuMega Technologies, Inc.
- ;
- ; Do not modify this file. All new entries
- ; must be added to your local copy of ROUTINE.DAT.
- ;
- ; This file contains the static symbols that SmartCheck is
- ; aware of from the Microsoft Visual C++ run time library. It can be
- ; substituted for DEFAULT.DAT if a Visual C++ application experiences
- ; long startup times under SmartCheck.
- ;
- ; If your application uses Visual C++ 2.x, the entries marked Visual C++ 4.0
- ; can be safely removed.
- ;
- ; Be sure to back up your original DEFAULT.DAT before copying this file to it.
- ;
-
- _swprintf ID 007
- _sprintf ID 008
- _malloc ID 011
- _strdup ID 012
- __msize ID 013
- _calloc ID 015
- __tempnam ID 016
- __beginthread ID 017
- __beginthreadex ID 018
- _free ID 019
- _realloc ID 022
- __expand ID 022
- __getcwd ID 029
- __getdcwd ID 030
-
- _malloc_dbg ID 011 ; Visual C++ 4.0
- _calloc_dbg ID 015 ; Visual C++ 4.0
- _realloc_dbg ID 022 ; Visual C++ 4.0
- _expand_dbg ID 022 ; Visual C++ 4.0
- _free_dbg ID 019 ; Visual C++ 4.0
- __msize_dbg ID 013 ; Visual C++ 4.0
-
- _strcpy, (dest,srcz)
- _wcscpy, wide (dest, srcz)
- _strncpy (dest,src,count)
- _wcsncpy, wide (dest,src,count)
- _memmove, (dest,src,count)
- _memcpy, (dest,src,count)
- _strcat, cat (dest,srcz)
- _wcscat, wide cat (dest,srcz)
- _strncat, cat (dest,srcz,count)
- _wcsncat, wide cat (dest,srcz,count)
- _memccpy, (dest,src,lookchar,count)
- _memset, (dest,skipint,count)
- _swab, (src,dest,count)
-
- ; Everything above _swab is not looked up in the symbol table if
- ; a module uses a DLL version of the runtime library. Everything below
- ; _swab is always looked up.
-
- ??2@YAPAXI@Z ID 005
- ??2@YAPAXIPBDH@Z ID 005
- ??2@YAPAXIHPBDH@Z ID 005
- ??2CObject@@SAPAXI@Z ID 005
- ??2CObject@@SGPAXI@Z ID 005
- ??2CObject@@SAPAXIPBDH@Z ID 005 ; Visual C++ 2.x
- ??2CObject@@SGPAXIPBDH@Z ID 005 ; Visual C++ 4.x
-
- ??3@YAXPAX@Z ID 006
- ??3CObject@@SAXPAX@Z ID 006
- ??3CObject@@SGXPAX@Z ID 006
-
- ?AfxEndThread@@YGXIH@Z ID 004
- __endthread ID 004
- __endthreadex ID 004
-
- _CrtIsMemoryBlock ID 044
-
- WinMain ID 027
- main ID 027
-
- OLEAUT32:SysAllocString ID 035
- OLEAUT32:SysAllocStringLen ID 036
- OLEAUT32:SysAllocStringByteLen ID 037
- OLEAUT32:SysFreeString ID 038
- OLEAUT32:SysReAllocStringLen ID 039
- OLEAUT32:SysReAllocString ID 040
-
-