Skip to content
New issue

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

configurable memory handlers #7

Open
jelaas opened this issue Sep 25, 2013 · 0 comments
Open

configurable memory handlers #7

jelaas opened this issue Sep 25, 2013 · 0 comments

Comments

@jelaas
Copy link

jelaas commented Sep 25, 2013

When used as an embedded language it is sometimes necessary to supply your own implementation of malloc/free. They should also allow for passing a pointer to an opaque (for Solid) object.

void *mymalloc(size_t size, void *mymalloc_arg)

register_malloc(mymalloc, mymalloc_arg);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant