add range to scan for roots
add p to list of roots
Determine the base address of the block containing p. If p is not a gc allocated pointer, return null.
Returns the number of bytes allocated for the current thread since program start. It is the same as GC.stats().allocatedInCurrentThread, but faster.
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).
minimize free space usage
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
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.