Static Public Member Functions | |
synchronized Event | allocate () |
synchronized void | deallocate (Event e) |
Private Attributes | |
Event | next |
Static Private Attributes | |
Event | freelist |
|
Allocate an Event from a list rather than creating a new one Definition at line 110 of file Event.d. References Event. |
|
Return this Event to the free-list Definition at line 130 of file Event.d. References version. |
|
Instance variables for free-list support |
|
|