mempool: remove unused FIRST_POOL
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 9 Mar 2024 20:09:00 +0000 (15:09 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 9 Mar 2024 20:09:20 +0000 (15:09 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I545c7f2ff7f4b760c92bf0689b5f4edbe1894329

src/rseq-mempool.c

index 0c79e5a00ec57d79c7272931da4bcdd85f60deea..e3ed8a0ef978a4357894641f3362b07c69baad6f 100644 (file)
 # define POOL_SET_MIN_ENTRY    2       /* Smallest item_len=4 */
 #endif
 
-/*
- * Skip pool index 0 to ensure allocated entries at index 0 do not match
- * a NULL pointer.
- */
-#define FIRST_POOL             1
-
 #define BIT_PER_ULONG          (8 * sizeof(unsigned long))
 
 #define MOVE_PAGES_BATCH_SIZE  4096
This page took 0.02422 seconds and 4 git commands to generate.