memory vocabulary - Factor Documentation (original) (raw)

memory vocabulary
Factor handbook » Vocabulary index

Documentation
Images

Metadata

Tags: tools, memory
Authors: Slava Pestov

Words

Primitives

Word Stack effect
all-instances ( -- array )
compact-gc ( -- )
gc ( -- )
minor-gc ( -- )
size ( obj -- n )

Ordinary words

Word Stack effect
instances ( quot -- seq )
save ( -- )
save-image ( path -- )
save-image-and-exit ( path -- )
saving-path ( path -- saving-path path )

Files

resource:core/memory/memory.factor
resource:core/memory/memory-docs.factor
resource:core/memory/memory-tests.factor

Metadata files

resource:core/memory/authors.txt
resource:core/memory/summary.txt
resource:core/memory/tags.txt

Children from resource:extra

Vocabulary Summary
memory.piles Preallocated raw memory blocks
memory.pools Preallocated pools of tuple objects