LabWindows/CVI

TDMS_FreeAlignedMemory

void TDMS_FreeAlignedMemory (void *memoryPointer);

Purpose

Frees memory allocated with TDMS_AllocateAlignedMemory. To free memory allocated by any other TDM Streaming Library function, call TDMS_FreeMemory.

Parameters

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

Return Value

None.

Additional Information

Library: TDM Streaming Library

Include file: cvitdms.h

LabWindows/CVI compatibility: LabWindows/CVI 2013 and later

© 2016 National Instruments. All rights reserved.

Examples

Refer to the following examples that use the TDMS_FreeAlignedMemory function:

  • TDM Streaming\Advanced Read and Write\TDMS Advanced Async Read\TDMS Advanced Async Read.cws

    Open example
  • TDM Streaming\Advanced Read and Write\TDMS Advanced Async Read Throughput Test\TDMS Advanced Async Read Throughput Test.cws

    Open example
  • TDM Streaming\Advanced Read and Write\TDMS Advanced Async Write\TDMS Advanced Async Write.cws

    Open example
  • TDM Streaming\Advanced Read and Write\TDMS Advanced Async Write Throughput Test\TDMS Advanced Async Write Throughput Test.cws

    Open example
  • TDM Streaming\Advanced Read and Write\TDMS Advanced Sync Read\TDMS Advanced Sync Read.cws

    Open example
  • TDM Streaming\Advanced Read and Write\TDMS Advanced Sync Write\TDMS Advanced Sync Write.cws

    Open example

Log in to get a better experience