File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,22 @@ The following "string" options are available:
250
250
| | | | can be attempted (a negative value disables |
251
251
| | | | reclaiming). |
252
252
+---------------------------------+----------------+----------------+-------------------------------------------------+
253
+ | allocation_ring_buffer_size | 32768 | n/a | If stack trace collection is requested, how |
254
+ | | | | many previous allocations to keep in the |
255
+ | | | | allocation ring buffer. |
256
+ | | | | |
257
+ | | | | This buffer is used to provide allocation and |
258
+ | | | | deallocation stack traces for MTE fault |
259
+ | | | | reports. The larger the buffer, the more |
260
+ | | | | unrelated allocations can happen between |
261
+ | | | | (de)allocation and the fault. |
262
+ | | | | If your sync-mode MTE faults do not have |
263
+ | | | | (de)allocation stack traces, try increasing the |
264
+ | | | | buffer size. |
265
+ | | | | |
266
+ | | | | Stack trace collection can be requested using |
267
+ | | | | scudo_malloc_set_track_allocation_stacks |
268
+ +---------------------------------+----------------+----------------+-------------------------------------------------+
253
269
254
270
Additional flags can be specified, for example if Scudo if compiled with
255
271
`GWP-ASan <https://llvm.org/docs/GwpAsan.html >`_ support.
You can’t perform that action at this time.
0 commit comments