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

support HEAP_REALLOC_IN_PLACE_ONLY with -replace_realloc #71

Open
derekbruening opened this issue Nov 28, 2014 · 2 comments
Open

support HEAP_REALLOC_IN_PLACE_ONLY with -replace_realloc #71

derekbruening opened this issue Nov 28, 2014 · 2 comments

Comments

@derekbruening
Copy link
Contributor

From derek.br...@gmail.com on November 11, 2010 17:04:10

my solution to issue #69 and realloc-freed memory not being delayed with rest of
delayed free queue, to replace realloc, does not currently handle the
HeapReAlloc flag HEAP_REALLOC_IN_PLACE_ONLY: I just fail on that.
I want to call the regular RtlReAllocateHeap (and not replace there).
this issue covers doing that.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=71

@derekbruening
Copy link
Contributor Author

From bruen...@google.com on February 17, 2013 08:27:11

Owner: ---
Labels: GoodFirstBug GoodContrib

@derekbruening
Copy link
Contributor Author

From bruen...@google.com on March 04, 2014 22:03:09

As this only applies to -no_replace_malloc (i.e., wrapping instead of replacing) this is actually no longer as relevant so let's de-prioritize it.

Labels: -GoodFirstBug -GoodContrib

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

No branches or pull requests

1 participant