OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_ZERO_BUFFER_DATA.yaml

12 lines
315 B
YAML

define: DUK_USE_ZERO_BUFFER_DATA
introduced: 1.0.0
default: true
tags:
- memory
- ecmascript
description: >
Zero data are of newly allocated buffer values (recommended).
When disabled, buffers are not zeroed and may contain arbitrary data.
Disabling this option only makes sense for performance reasons.