Determines if this allocator was used to allocate the specified block of memory.
int DidAlloc(
  void *pv  //Pointer to the memory block
);
 Calling IMalloc::DidAlloc is useful if a application is using multiple allocations, and needs to know whether a previously allocated block of memory was allocated by a particular allocation.
  Windows NT: Use version 3.1 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in objidl.h.
IMalloc::Alloc, IMalloc::HeapMinimize, IMalloc::Realloc