Partilhar via


CComAllocator::disponível

Chame essa função estática para liberar 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.See CoTaskMemFree para obter mais detalhes.

Requisitos

Cabeçalho: atlbase.h

Consulte também

Referência

Classe CComAllocator

CComAllocator::alocar

CComAllocator::Reallocate

Outros recursos

CComAllocator membros