mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
nit
This commit is contained in:
@ -464,7 +464,7 @@
|
|||||||
/* Do not change this unless you really know what you are doing. */
|
/* Do not change this unless you really know what you are doing. */
|
||||||
|
|
||||||
#define MAP_SIZE (1U << MAP_SIZE_POW2)
|
#define MAP_SIZE (1U << MAP_SIZE_POW2)
|
||||||
#if MAP_SIZE <= 65536
|
#if MAP_SIZE <= 2097152
|
||||||
#define MAP_INITIAL_SIZE (2 << 20) // = 2097152
|
#define MAP_INITIAL_SIZE (2 << 20) // = 2097152
|
||||||
#else
|
#else
|
||||||
#define MAP_INITIAL_SIZE MAP_SIZE
|
#define MAP_INITIAL_SIZE MAP_SIZE
|
||||||
|
Reference in New Issue
Block a user