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