Memory.getSizes

Get the current @size, @offset and @maxsize of @mem.

class Memory
size_t
getSizes
(
size_t* offset
,
size_t* maxsize
)

Parameters

offset size_t*

pointer to offset

maxsize size_t*

pointer to maxsize

Return: the current sizes of @mem

Meta