const, define и память

На простом примере проверялось число байт, затраченных на объявление 500 констант через define и const.

const

const real const emalloc const peak real const peak emalloc
start  524288  370528  524288  431488
stop  524288  370832  524288  431488

define

define real define emalloc define peak real define peak emalloc
start  1048576  454548  1048576  747424
stop  1048576  454852  1048576  747424