How to calculate the amount of memory occupied by the variable in Pascal? -


i need calculate amount of memory variable takes. thanx input.

edited: didn't notice need calculate manually (by hand). thanx

sizeof(variable) 

of course goes variable not additional memory variable might point to.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -