pascal tmt lite registered examples of mem allocating

hello there, i wondered if someone could help me with a place where
i can find lots of source files for pascal tmt lite registed.......
i got this software yesterday, but i can't find a good place to see
some good example files....for example : how do i allocate the
memory for protected mode ??? will it just be like this :
var
        hugearray:array[0.99999] of byte;
or can you allocate it in a more better-looking way, like :
        pointer = memalloc(100000);
or something like that?

any comments are welcome about this,
signed : gert-jan bark ( game coder, email : b...@cs.utwente.nl )
thanx!