You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a central list of function names that can be used with the System access modifier.
The prime example is _x_alloc which serves as the backend function for allocating dynamic memory.
Example usage:
system _x_alloc nBytes =...
Once the function is defined, the system will know to use the provided functionality for dynamic memory allocation (e.g. in data types, lists, trees, etc.)
This list needs to be expanded to encompass all interactions between the system and language backends.
The text was updated successfully, but these errors were encountered:
We need a central list of function names that can be used with the System access modifier.
The prime example is
_x_alloc
which serves as the backend function for allocating dynamic memory.Example usage:
Once the function is defined, the system will know to use the provided functionality for dynamic memory allocation (e.g. in data types, lists, trees, etc.)
This list needs to be expanded to encompass all interactions between the system and language backends.
The text was updated successfully, but these errors were encountered: