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

13 lines
404 B
YAML

define: DUK_OPT_DATAPTR_DEC16
introduced: 1.1.0
requires:
- DUK_OPT_DATAPTR16
tags:
- lowmemory
- experimental
description: >
Use together with DUK_OPT_DATAPTR16 for arbitrary data pointer compression.
DUK_OPT_DATAPTR_DEC16(udata,x) is a macro with a userdata and duk_uint16_t
argument, and a void ptr return value. The userdata argument is the heap
userdata value given at heap creation.