Variable heapSizeConst

heapSize: number

The current size – in bytes – of Frida’s private heap, which is shared by all scripts and Frida’s own runtime. This is useful for keeping an eye on how much memory your instrumentation is using out of the total consumed by the hosting process.

Generated using TypeDoc