Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

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

None

Arguments

f_megabytesAllocated

Approximate amount of memory that the process has allocated.

Examples

memoryAllocated() => 1.743386

Related Topics

Debug Functions


Return to top
 ⠀
X