-
Notifications
You must be signed in to change notification settings - Fork 1
Component Tests
William Wyatt Earnshaw edited this page Feb 20, 2016
·
1 revision
- Each component type successfully creates its own ObjectPool.
- Unique handles are created for each object in the pool.
- Throws and appropriate exception if given an invalid handle, or a handle to an inactive object.
- Moves active objects to contiguous memory if the object pool becomes over saturated with inactive objects.