Lines Matching refs:myMalloc
222 static void* myMalloc ( Int32 );1704 void *myMalloc ( Int32 n )1720 c = (Cell*) myMalloc ( sizeof ( Cell ) );1733 tmp->name = (Char*) myMalloc ( 5 + strlen(name) );