void meminit(); void *memalloc(int); void memfree(void*); void freeall(); void *memcalloc(unsigned int,unsigned int);