Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.lib.shared
.share_size
share_size
is available since version 1.0.
Prototype:
number share_size(number share_handle)
Parameters
share_handle
the shared memory handle as returned by
share_create
or
share_open
.
Description:
Gets the size in bytes of a shared memory segment.
Return value:
Returns the size of a shared memory segment.