LuaSandbox::getMemoryUsage

(PECL luasandbox >= 1.0.0)

LuaSandbox::getMemoryUsageFetch the current memory usage of the Lua environment

Açıklama

publicLuaSandbox::getMemoryUsage(): int

Fetches the current memory usage of the Lua environment.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the current memory usage in bytes.

Ayrıca Bakınız

To Top