Module Ocaml_intrinsics.Prefetch_expertSource
Sourceval prefetch_write_high : 'a -> unit Sourceval prefetch_write_moderate : 'a -> unit Sourceval prefetch_write_low : 'a -> unit Sourceval prefetch_write_none : 'a -> unit Sourceval prefetch_read_none : 'a -> unit Sourceval prefetch_read_low : 'a -> unit Sourceval prefetch_read_moderate : 'a -> unit Sourceval prefetch_read_high : 'a -> unit Sourceval prefetch_write_high_val_offset : 'a -> byte_offset:int -> unit Sourceval prefetch_write_moderate_val_offset : 'a -> byte_offset:int -> unit Sourceval prefetch_write_low_val_offset : 'a -> byte_offset:int -> unit Sourceval prefetch_write_none_val_offset : 'a -> byte_offset:int -> unit Sourceval prefetch_read_none_val_offset : 'a -> byte_offset:int -> unit Sourceval prefetch_read_low_val_offset : 'a -> byte_offset:int -> unit Sourceval prefetch_read_moderate_val_offset : 'a -> byte_offset:int -> unit Sourceval prefetch_read_high_val_offset : 'a -> byte_offset:int -> unit