Added ReallocObserver(), and associated code as well.
commit7593331fd91135e845c866a4456df46235267908
authorstrange <kawk256@gmail.com>
Thu, 21 Jan 2010 06:00:25 +0000 (20 23:00 -0700)
committerstrange <kawk256@gmail.com>
Thu, 21 Jan 2010 06:00:25 +0000 (20 23:00 -0700)
tree83ac554c836cb657023a54b634a3d3e5f9f3a507
parent8cdcedc2f8484fd3b8e3276a1b26f6d66d2543d6
Added ReallocObserver(), and associated code as well.

That makes only calloc() remain, and I'm 99% certain that is a wrapper around
malloc(), so I'll leave it for the moment.
src/monitor/ProgramManager.cpp
src/monitor/ProgramManager.h
src/monitor/ptrace/Portal.cpp
src/monitor/ptrace/Portal.h
src/monitor/ptrace/ReallocObserver.cpp [new file with mode: 0644]
src/monitor/ptrace/ReallocObserver.h [new file with mode: 0644]
src/platform/BlockEvent.cpp
tests/.gitignore
tests/CMakeLists.txt
tests/realloc_test.c [new file with mode: 0644]