Thread
:
How to calculate the exact size of a piece of code?
View Single Post
#
7
09-07-2004, 06:47
xMaster
Posts: n/a
This will not necessarily work because function code is NOT contingues in memory. Function code can be splitted in several code segments.
The only thing do get the real size is via debug symbols.
xMaster
xMaster