We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice from an API perspective if we could request an allocation be made using a specific handle.
Something like
void *h = halloc_into(target_handle, 32);
would allocate 32 bytes into a specific handle id, target_handle. This would be useful for serialization and sending objects over the network.
target_handle
The text was updated successfully, but these errors were encountered:
nickwanninger
No branches or pull requests
It would be nice from an API perspective if we could request an allocation be made using a specific handle.
Something like
would allocate 32 bytes into a specific handle id,
target_handle
. This would be useful for serialization and sending objects over the network.The text was updated successfully, but these errors were encountered: