Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[Top]

Method _memory_usage()


Method _memory_usage

mapping(string:int) _memory_usage()

Description

Check memory usage.

This function is mostly intended for debugging. It delivers a mapping with information about how many arrays/mappings/strings etc. there are currently allocated and how much memory they use.

Note

Exactly what this function returns is version dependant.

See also

_verify_internals