crypto.secureHeapUsed()
- Returns: <Object>
total<number> The total allocated secure heap size as specified using the--secure-heap=ncommand-line flag.min<number> The minimum allocation from the secure heap as specified using the--secure-heap-mincommand-line flag.used<number> The total number of bytes currently allocated from the secure heap.utilization<number> The calculated ratio ofusedtototalallocated bytes.