IMallocSpy::PostRealloc
Called after
invoking IMalloc::Realloc
void * PostRealloc(
void * pActual, |
//Pointer returned by IMalloc::Realloc |
BOOL fSpyed |
//Whether the original allocation was spyed |
); |
|
Parameters
pActual
[in] Pointer
to the memory block reallocated by IMalloc::Realloc
fSpyed
[in] If TRUE,
the original memory allocation was done while the spy was active.
Return Values
A pointer to
the beginning of the memory block actually allocated. This pointer is also
returned to the caller of IMalloc::Realloc
See Also