All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

total-allocation Function

Summary

Calculates memory consumed since the image was started.

Package

hcl

Signature

total-allocation => total

Values
total
An non-negative integer.
Description

The function total-allocation returns the total amount of memory consumed since the current image was created. Use at the start and end of a piece of code, to see how much it allocates.

See also

find-object-size
room
11.3 Memory Management in 32-bit LispWorks


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35