Where did that zone come from?
In main.m: modelSwarm= [ModelSwarm create: globalZone];
In main.m : initSwarm (argc, argv);
In ModelSwarm.m: +createBegin:
functions in defobj and simtools
which create a global memory zone
create: method is implemented
in defobj, superclass of the Swarm class
and it calls the createBegin: