Partilhar via


CComAllocator::Free

Chamar essa função estática para liberar a memória alocada.

static void Free( 
   void* p  
) throw( );

Parâmetros

  • p
    Ponteiro para a memória alocada.

Comentários

Libera a memória alocada. Consulte CoTaskMemFree para obter mais detalhes.

Requisitos

Cabeçalho: atlbase.h

Consulte também

Referência

Classe de CComAllocator

CComAllocator::Allocate

CComAllocator::Reallocate