Variable: *DEFAULT-BUFFER-SIZE*

Documentation

The number of octets that are allocated initially for a buffer.

Source

(defparameter *default-buffer-size* 
  (* 64 1024)
  "The number of octets that are allocated initially for a buffer.")
Source Context