====== allocmem ====== Demonstrates how to allocate a block of memory and return it. ==== Synopsis ==== ''%%allocmem%%'' ==== Description ==== Demonstrates how to use ''%%AllocMem()%%'' and ''%%FreeMem()%%'' to allocate and free memory. ==== Associated Files ==== allocmem.c ==== Location ==== examples/Kernel