CWin32Heap::GetSize
Returns the size of a memory block allocated from the heap object.
virtual size_t GetSize(
void* p
) throw( );
Parameters
- p
Pointer to the memory block whose size the method will obtain. This is a pointer returned by CWin32Heap::Allocate or CWin32Heap::Reallocate.
Return Value
Returns the size, in bytes, of the allocated memory block.
Requirements
Header: atlmem.h