Functions

  • template <const PrefetchOpts& kOpts>
    void PrefetchLine (const void * ptr, size_t line)

    Prefetches a single cache line. To form the address to prefetch, the base

    `ptr` is first offset by `kOpts.from.num` bytes and furthermore by `line`

    cache lines (note that `line` overrides `kOpts.num.num`).

    Defined at line 498 of file ../../third_party/protobuf/src/src/google/protobuf/port.h