Macro: SB-SYS:WITH-PINNED-OBJECTS

package type

Arrange with the garbage collector that the pages occupied by OBJECTS will not be moved in memory for the duration of BODY. Useful for e.g. foreign calls where another thread may trigger garbage collection.

Lambda list

((&rest sb-vm::objects) &body sb-vm::body)