HomeSort by: relevance | last modified time | path
    Searched refs:LoadWritable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_local_address_space_view.h 38 // undefined. Callers should use `LoadWritable()` to get access to memory
55 // by subsequent `Load()` or `LoadWritable()` calls provided the
59 // separate calls to `LoadWritable()`, it is implementation defined whether
69 static T *LoadWritable(T *target_address, uptr num_elements = 1) {
sanitizer_allocator_secondary.h 207 Header **chunks = AddressSpaceView::LoadWritable(chunks_, n_chunks_);
210 AddressSpaceView::LoadWritable(chunks[i])->chunk_idx = i;

Completed in 12 milliseconds