memoryAllocated
memoryAllocated(
)
=> f_megabytesAllocated
Description
Returns the amount of memory allocated by a process. The returned value is an approximation in megabytes and might not include the memory that has been allocated, but the amount that is unused.
The returned value is intended to be larger than the value returned from a previous invocation of this function, in case, a large amount of memory has been allocated.
Arguments
Arguments
|
Approximate amount of memory that the process has allocated. |
|
Examples
memoryAllocated() => 1.743386
Related Topics
Return to top