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.
RawMemoryFree[ptr] frees the raw memory at a pointer ptr.
ptr = RawMemoryAllocate["Integer64", 10];
RawMemoryFree[ptr]Please visit the official Wolfram Language Reference for more details.