Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bulkBarrierPreWrite (0.12 sec)

  1. src/runtime/mbitmap.go

    // It does not perform the actual writes.
    //
    // As a special case, src == 0 indicates that this is being used for a
    // memclr. bulkBarrierPreWrite will pass 0 for the src of each write
    // barrier.
    //
    // Callers should call bulkBarrierPreWrite immediately before
    // calling memmove(dst, src, size). This function is marked nosplit
    // to avoid being preempted; the GC must not stop the goroutine
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
Back to top