set-block-merging ( ? -- )


Vocabulary
gdbm

Inputs and outputs
?a boolean


Word description
If set, this option causes adjacent free blocks to be merged. The default is f.

Definition
USING: gdbm.ffi gdbm.private ;

IN: gdbm

: set-block-merging ( ? -- ) GDBM_COALESCEBLKS setopt ;