e96ae2203b
-- 074a799119ac881b8b8ce59ef7a3166d1aa025ac by Tom Manshreck <shreck@google.com>: nit: Add return info for StrCat PiperOrigin-RevId: 278647298 -- d58a2a39ab6f50266cc695506ba2e86bdb45d795 by Mark Barolak <mbar@google.com>: Stop suppressing no-nested-anon-types warnings because there aren't actually any warnings to suppress. PiperOrigin-RevId: 278440548 -- 445051bd280b9a6f608a8c80b3d7cafcc1377a03 by Abseil Team <absl-team@google.com>: ResetThreadIdentity does not need to clear identity->waiter_state. ResetThreadIdentity is only called by NewThreadIdentity. NewThreadIdentity is only called by CreateThreadIdentity. CreateThreadIdentity calls PerThreadSem::Init, which initializes identity->waiter_state, immediately after calling NewThreadIdentity. Therefore ResetThreadIdentity does not need to clear identity->waiter_state. PiperOrigin-RevId: 278429844 -- c2079b664d92be40d5e365abcca4e9b3505a75a6 by Abseil Team <absl-team@google.com>: Delete the f->header.magic check in LowLevelAlloc::Free(). The f->header.magic check in LowLevelAlloc::Free() is redundant, because AddToFreeList() will immediately perform the same check. Also fix a typo in the comment that documents the lock requirements for Next(). The comment should say "L >= arena->mu", which is equivalent to EXCLUSIVE_LOCKS_REQUIRED(arena->mu). NOTE: LowLevelAlloc::Free() performs the f->header.magic check without holding the arena lock. This may have caused the TSAN data race warning reported in bug 143697235. PiperOrigin-RevId: 278414140 -- 5534f35ce677165700117d868f51607ed1f0d73b by Greg Falcon <gfalcon@google.com>: Add an internal (unsupported) PiecewiseCombiner class to allow hashing buffers piecewise. PiperOrigin-RevId: 278388902 GitOrigin-RevId: 074a799119ac881b8b8ce59ef7a3166d1aa025ac Change-Id: I61734850cbbb01c7585e8c736a5bb56e416512a8 |
||
---|---|---|
.. | ||
internal | ||
testdata | ||
ascii.cc | ||
ascii.h | ||
ascii_benchmark.cc | ||
ascii_test.cc | ||
BUILD.bazel | ||
charconv.cc | ||
charconv.h | ||
charconv_benchmark.cc | ||
charconv_test.cc | ||
CMakeLists.txt | ||
escaping.cc | ||
escaping.h | ||
escaping_benchmark.cc | ||
escaping_test.cc | ||
match.cc | ||
match.h | ||
match_test.cc | ||
numbers.cc | ||
numbers.h | ||
numbers_benchmark.cc | ||
numbers_test.cc | ||
str_cat.cc | ||
str_cat.h | ||
str_cat_benchmark.cc | ||
str_cat_test.cc | ||
str_format.h | ||
str_format_test.cc | ||
str_join.h | ||
str_join_benchmark.cc | ||
str_join_test.cc | ||
str_replace.cc | ||
str_replace.h | ||
str_replace_benchmark.cc | ||
str_replace_test.cc | ||
str_split.cc | ||
str_split.h | ||
str_split_benchmark.cc | ||
str_split_test.cc | ||
string_view.cc | ||
string_view.h | ||
string_view_benchmark.cc | ||
string_view_test.cc | ||
strip.h | ||
strip_test.cc | ||
substitute.cc | ||
substitute.h | ||
substitute_test.cc |