LibreSplit/meson.options
Pedro Montes Alcalde 1eb3a34f53
lasr: Rework maps caching to use ioctl (#199)
* Now uses ioctl(PROCMAP_QUERY) to query process memory maps
* Caches maps in blocks for incremental building
* Move all maps handling into a separate folder for maps
2026-01-16 10:59:21 -03:00

6 lines
No EOL
165 B
Text

option(
'ioctl_maps',
type: 'feature',
value: 'auto',
description: 'Support ioctl calls to fetch memory maps instead of reading /proc/[pid]/maps.',
)