2008-01-06 win32でのALLOC() その2 RUBY ALLOC()の定義を見てみる。 #define ALLOC(type) (type*)xmalloc(sizeof(type))xmalloc()ってなんだろう?