FreeBSD Bugzilla – Attachment 232001 Details for
Bug 262077
www/chromium 98.0.4758.102 build error "invalid capability name 'context'"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-base_allocator_partition__allocator_starscan_state__bitmap.h
patch-base_allocator_partition__allocator_starscan_state__bitmap.h (text/plain), 816 bytes, created by
Robert Nagy
on 2022-02-22 06:14:59 UTC
(
hide
)
Description:
patch-base_allocator_partition__allocator_starscan_state__bitmap.h
Filename:
MIME Type:
Creator:
Robert Nagy
Created:
2022-02-22 06:14:59 UTC
Size:
816 bytes
patch
obsolete
>--- base/allocator/partition_allocator/starscan/state_bitmap.h.orig 2022-02-21 11:33:24.834416000 +0100 >+++ base/allocator/partition_allocator/starscan/state_bitmap.h >@@ -393,7 +393,7 @@ template <size_t PageSize, size_t PageAlignment, size_ > template <typename Filter, > typename CallbackForwarder, > typename Callback, >- bool Clear> >+ bool ClearBits> > inline void > StateBitmap<PageSize, PageAlignment, AllocationAlignment>::IterateImpl( > size_t epoch, >@@ -423,7 +423,7 @@ StateBitmap<PageSize, PageAlignment, AllocationAlignme > > callback_forwarder(callback, object_address, bits); > >- if (Clear) { >+ if (ClearBits) { > // Clear the current bits. > AsAtomicCell(cell_index) > .fetch_and(clear_value_mask, std::memory_order_relaxed);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262077
:
231971
| 232001