This function will produce a unique ID associated with the given symbol by allocating a small piece
of static memory. Its address will be then used as an ID.
Each symbol will be associated with its own, unique ID. The ID will be the same for every call with
the same symbol.
This function will produce a unique ID associated with the given symbol by allocating a small piece of static memory. Its address will be then used as an ID.
Each symbol will be associated with its own, unique ID. The ID will be the same for every call with the same symbol.