Memory allocation: Difference between revisions

Content added Content deleted
(J)
m (Also cover deallocation)
Line 399: Line 399:


Here, 57139856 is a pointer to 1000 bytes of memory.
Here, 57139856 is a pointer to 1000 bytes of memory.

To free it:

<lang J>memf 57139856</lang>


=={{header|Java}}==
=={{header|Java}}==