WLJS LogoWLJS Notebook

RawMemoryAllocate

RawMemoryAllocate[type] allocates enough raw memory to store a binary representation of the specified type.

  • RawMemoryAllocate[type, len] allocates memory for len objects.

Examples

RawMemoryAllocate["Integer32", 10]

Please visit the official Wolfram Language Reference for more details.

On this page