home *** CD-ROM | disk | FTP | other *** search
- ;
- ; DEFAULT.BOR
- ;
- ; 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 Borland C++ run time library. It can be substituted
- ; for DEFAULT.DAT if a Borland application experiences long startup
- ; times under SmartCheck.
- ;
- ; Be sure to back up your original DEFAULT.DAT before copying this file to it.
- ;
-
- malloc ID 011
- _malloc ID 011
- strdup ID 012
- _msize ID 013
- calloc ID 015
- tempnam ID 016
- _beginthread ID 017
- _beginthreadNT ID 017
- free ID 019
- _free ID 019
- realloc ID 022
- _expand ID 022
- getcwd ID 029
- _getdcwd ID 030
-
- ___org_malloc ID 011
- ___org__msize ID 013
- ___org_calloc ID 015
- ___org_free ID 019
- ___org_realloc ID 022
- ___org__expand ID 022
-
- strcpy, (dest,srcz)
- strncpy (dest,src,count)
- strcat, cat (dest,srcz)
- strncat, cat (dest,srcz,count)
- memmove, (dest,src,count)
- memcpy, (dest,src,count)
- memccpy, (dest,src,lookchar,count)
- memset, (dest,skipint,count)
- swab, (src,dest,count)
- _swab, (src,dest,count)
-
- WinMain ID 027
- main ID 027
-
- ;
- ; The following are Watcom 10.5 symbols for new and delete.
- ;
- W?$nan(ui)pnv ID 005 ; new
- W?$nwn(ui)pnv ID 005
- W?$dan(pnv)v ID 006 ; delete
- W?$dln(pnv)v ID 006
-
- @$bdele$qpv ID 006
- @$bnew$qui ID 005
- @$bnwa$qui ID 005
-
- OLEAUT32:SysAllocString ID 035
- OLEAUT32:SysAllocStringLen ID 036
- OLEAUT32:SysAllocStringByteLen ID 037
- OLEAUT32:SysFreeString ID 038
- OLEAUT32:SysReAllocStringLen ID 039
- OLEAUT32:SysReAllocString ID 040
-
-