Add range to scan for roots.
Determine the base address of the block containing p. If p is not a gc allocated pointer, return null.
Attempt to in-place enlarge the memory block pointed to by p by at least minsize bytes, up to a maximum of maxsize additional bytes. This does not attempt to move the memory block (like realloc() does).
Retrieve profile statistics about garbage collection. Useful for debugging and tuning.
Determine the base address of the block containing p. If p is not a gc allocated pointer, return null.
Remove range p.
remove p from list of roots
Run finalizers.
Determine the allocated size of pointer p. If p is an interior pointer or not a gc allocated pointer, return 0.
Retrieve statistics about garbage collection. Useful for debugging and tuning.