mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
352 B
14 lines
352 B
define: DUK_USE_GC_TORTURE
|
|
introduced: 1.0.0
|
|
default: false
|
|
tags:
|
|
- gc
|
|
- memory
|
|
- development
|
|
- torture
|
|
description: >
|
|
Development time option: force full mark-and-sweep on every allocation and
|
|
in other chosen places to stress test memory management.
|
|
|
|
Using a low value (e.g. 3) for DUK_USE_MARK_AND_SWEEP_RECLIMIT is also
|
|
recommended.
|
|
|