LabWindows/CVI

TDMS_FreeMemory

void TDMS_FreeMemory (void *memoryPointer);

Purpose

Frees memory allocated by any function in the TDM Streaming Library except cviTDMS_AllocateAlignedMemory. To free memory allocated by TDMS_AllocAlignedMemory, call TDMS_FreeAlignedMemory.

Parameters

Input
Name Type Description
memoryPointer void * A pointer to memory allocated by this library.

Return Value

None.

Additional Information

Library: TDM Streaming Library

Include file: cvitdms.h

LabWindows/CVI compatibility: LabWindows/CVI 8.1 and later

© 2016 National Instruments. All rights reserved.