#include <id.h>
Inheritance diagram for recycleReleasedIds:
Public Member Functions | |
void | releaseId (uInt id) |
adds the id to the cache of reusable ids | |
Protected Member Functions | |
uInt | getRecycledId () |
Definition at line 189 of file id.h.
|
returns the first id in the cache of reusable ids or null if there are none Definition at line 201 of file id.h. References uInt. |
|
adds the id to the cache of reusable ids
Definition at line 193 of file id.h. References releaseId(). Referenced by virtualMachine::kill(), and releaseId(). |