gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Add Memory pressure to string handles

Open badcel opened this issue 1 year ago • 0 comments

There are several internal string handles which are created for native strings. The size of those instances do not reflect their real size.

To tell the GC about the increased memory which is used by those instances it should be verified if MemoryPresure should be applied to the GC similar to GLib.Bytes.

badcel avatar Aug 07 '23 20:08 badcel