Move robust pool free list to own memory area
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 17 Mar 2024 02:42:48 +0000 (22:42 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 17 Mar 2024 02:42:48 +0000 (22:42 -0400)
commitc0de0012017aff7b1f310b9e34bac2d842d46a2b
tree1cdc2c50726f3e52363bd5acad94c5b6f6e0c484
parent49f96dc57454c9ee448845c19e7028dc6e140188
Move robust pool free list to own memory area

Consumes more memory in the robust pool, but removes blind spots for
validation of poison due to aliasing with free list.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ia8187cf3049aad8e54daaced4005fbe2e841ae7e
src/rseq-mempool.c
This page took 0.022685 seconds and 4 git commands to generate.