home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR4
/
PASSCA.ZIP
/
FILE_ID.DIZ
next >
Wrap
Text File
|
1993-12-19
|
695b
|
18 lines
This program will scan one or more *.pas
files for compiler directives, getmems and
freemems. It will output the results to
the screen, and optionally to a disk file
named PASSCAN.LOG. If output to file, it
will launch Notepad so that the results may
be printed (ok, so I'm lazy). This code is
cobbled together and inefficient, but I
needed something easier to use than GREP
that would show me the compiler directives
in each of my units, as well as a safety
check of memory allocations. Be
forwarned that if what you're scanning
for stradles the read buffer, the
results will be inaccurate. Also,
memory allocations quantified by
variables/constants will not be totaled.