While coming across Monetdb source there are three structures which were used most often.They are

              MalBlkPtr mb 

              MalStkPtr stk

              InstrPtr pci

What are they meant for ? what is their initial value and when do they get initialized ?

Thanks