A | |
address_of [Ancient] | address_of obj returns the address of obj , or 0n if obj
is not a block.
|
attach [Ancient] | attach fd baseaddr attaches to a new or existing file
which may contain shared objects.
|
D | |
delete [Ancient] | |
detach [Ancient] | detach md detaches from an existing file, and closes it.
|
F | |
follow [Ancient] | |
G | |
get [Ancient] | get md key returns the object indexed by key in the
attached file.
|
I | |
is_ancient [Ancient] | is_ancient ptr returns true if ptr is an object on the ancient
heap.
|
M | |
mark [Ancient] | mark obj copies obj and all objects referenced
by obj out of the OCaml heap.
|
mark_info [Ancient] |
Same as
Ancient.mark , but also returns some extra information.
|
S | |
share [Ancient] | share md key obj does the same as Ancient.mark except
that instead of copying the object into local memory, it
writes it into memory which is backed by the attached file.
|
share_info [Ancient] |
Same as
Ancient.share , but also returns some extra information.
|