<div dir="ltr">Hi I have a question about global segment scope.<div><br></div><div>If I use SymbolLookup.libraryLookup to load a C library and call its function which returns a pointer , in java it's represented by a memory segment, the memorysegment's scope would be global scope. Does this mean that the memory segment object wouldn't be released by anything until the VM exits?</div></div>