File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,6 @@ mod tests {
348
348
} ;
349
349
use std:: { cell:: RefCell , rc:: Rc } ;
350
350
351
- #[ cfg( unix) ]
352
351
use mimalloc:: MiMalloc ;
353
352
354
353
use crate :: {
@@ -361,14 +360,13 @@ mod tests {
361
360
frida_helper_shutdown_observer:: FridaHelperObserver ,
362
361
helper:: FridaInstrumentationHelper ,
363
362
} ;
364
- #[ cfg( unix) ]
365
363
#[ global_allocator]
366
364
static GLOBAL : MiMalloc = MiMalloc ;
367
- #[ cfg( windows) ]
368
- use dlmalloc:: GlobalDlmalloc ;
369
- #[ cfg( windows) ]
370
- #[ global_allocator]
371
- static GLOBAL : GlobalDlmalloc = GlobalDlmalloc ;
365
+ // #[cfg(windows)]
366
+ // use dlmalloc::GlobalDlmalloc;
367
+ // #[cfg(windows)]
368
+ // #[global_allocator]
369
+ // static GLOBAL: GlobalDlmalloc = GlobalDlmalloc;
372
370
373
371
static GUM : OnceLock < Gum > = OnceLock :: new ( ) ;
374
372
You can’t perform that action at this time.
0 commit comments