OVMS3/OVMS.V3/components/duktape/config/feature-options/DUK_OPT_NO_ZERO_BUFFER_DATA.yaml

9 lines
236 B
YAML

define: DUK_OPT_NO_ZERO_BUFFER_DATA
introduced: 1.0.0
tags:
- memory
- ecmascript
description: >
By default Duktape zeroes data allocated for buffer values. Define
this to disable the zeroing (perhaps for performance reasons).