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