Reset this proctor to manage a different set of objects.
Release the managed object and reset this proctor to manage the specified p pointer to optionally specified n objects. If p is null, then the proctor will be disengaged. Note that the previously managed objects are not deallocated.
| Name | Description |
|---|---|
| p | address of the objects to manage, or null to disengage |
| n | number of objects to manage (1 by default) |