LabWindows/CVI

DS_FreeMemory

void DS_FreeMemory (void *memory);

Purpose

Frees memory allocated by functions in this library.

Parameters

Input
Name Type Description
memory void * A pointer to the memory you want to free.

This function performs no action if you pass NULL.

Return Value

None.

Additional Information

Library: DataSocket Library

Include file: datasock\dataskt.h

LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later

Log in to get a better experience