code format
This commit is contained in:
parent
eb79004f40
commit
ee6d4ab3d2
@ -48,6 +48,7 @@ Then register some clientloops using llmp_broker_register_threaded_clientloop
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use alloc::vec::Vec;
|
||||||
use core::{
|
use core::{
|
||||||
cmp::max,
|
cmp::max,
|
||||||
mem::size_of,
|
mem::size_of,
|
||||||
@ -55,9 +56,6 @@ use core::{
|
|||||||
sync::atomic::{compiler_fence, Ordering},
|
sync::atomic::{compiler_fence, Ordering},
|
||||||
time::Duration,
|
time::Duration,
|
||||||
};
|
};
|
||||||
|
|
||||||
use alloc::vec::Vec;
|
|
||||||
|
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
use std::{
|
use std::{
|
||||||
io::{Read, Write},
|
io::{Read, Write},
|
||||||
@ -65,11 +63,10 @@ use std::{
|
|||||||
thread,
|
thread,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
use super::shmem::ShMem;
|
||||||
use crate::utils::next_pow2;
|
use crate::utils::next_pow2;
|
||||||
use crate::AflError;
|
use crate::AflError;
|
||||||
|
|
||||||
use super::shmem::ShMem;
|
|
||||||
|
|
||||||
/// We'll start off with 256 megabyte maps per fuzzer client
|
/// We'll start off with 256 megabyte maps per fuzzer client
|
||||||
const LLMP_PREF_INITIAL_MAP_SIZE: usize = 1 << 28;
|
const LLMP_PREF_INITIAL_MAP_SIZE: usize = 1 << 28;
|
||||||
/// What byte count to align messages to
|
/// What byte count to align messages to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user