mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-03-10 06:50:26 +00:00
* 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
6 lines
No EOL
165 B
Text
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.',
|
|
) |