Share via


CWin32Heap::GetSize

Returns the size of a memory block allocated from the heap object.

virtual size_t GetSize( 
   void* p  
) throw( );

Parameters

Return Value

Returns the size, in bytes, of the allocated memory block.

Requirements

Header: atlmem.h

See Also

Reference

CWin32Heap Class

HeapSize

Other Resources

CWin32Heap Members