WLJS LogoWLJS Notebook

RawMemoryFree

RawMemoryFree[ptr] frees the raw memory at a pointer ptr.

Examples

ptr = RawMemoryAllocate["Integer64", 10];
RawMemoryFree[ptr]

Please visit the official Wolfram Language Reference for more details.

On this page