DynamoRIO / DynamoRIO/drmemory
support HEAP_REALLOC_IN_PLACE_ONLY with -replace_realloc
Open
Migrated
OpSys-Windows
Priority-Low
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [derek.br...@gmail.com](https://code.google.com/u/117968039472581148324/) 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_
Contributor guide
Assessment
This issue has not been assessed yet.