Allocates memory for a Circle instance.
Circle
Returns a pointer to the allocated memory.
static Pointer<Circle> alloc() { return calloc<Circle>(); }