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

i#975 static: add optional checks for mid-run malloc calls #2855

Merged
merged 2 commits into from
Feb 28, 2018

Conversation

derekbruening
Copy link
Contributor

Adds a feature where a client library can request that the private loader
complain if malloc & co. are called at any time other than process init or
exit, to help clients that want to support being linked statically with the
app.

Fixes drcachesim to use placement new for its offline custom module data
allocations.

Issue: #975, #2006

Adds a feature where a client library can request that the private loader
complain if malloc & co. are called at any time other than process init or
exit, to help clients that want to support being linked statically with the
app.

Fixes drcachesim to use placement new for its offline custom module data
allocations.

Issue: #975, #2006
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

Successfully merging this pull request may close these issues.

1 participant