RPR FreeHeapPtr

From CockosWiki

Jump to: navigation, search

This page is not used at the moment, this function is hidden from ReaScript --Mike 16:50, 11 November 2009 (PST)

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR FreeHeapPtr
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR FreeHeapPtr

Contents

FreeHeapPtr()

void FreeHeapPtr(void* ptr)

Free (return to the heap) heap memory previously returned from a Reaper API function. Failing to do this means that the memory will not be available to be used again.

Parameters

void* ptr

Returns

Examples

Perl


Python


See Also

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR FreeHeapPtr
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR FreeHeapPtr

Personal tools