summaryrefslogtreecommitdiff
path: root/gwp_asan/guarded_pool_allocator.cpp
AgeCommit message (Expand)Author
7 days[NFC] [GWP-ASan] Rename Check() to check() (#96605)Mitch Phillips
2024-06-13[GWP-ASan] Various test fixes. (#94938)Mitch Phillips
2023-01-17Reland: [GWP-ASan] Add recoverable mode.Mitch Phillips
2023-01-17Revert "[GWP-ASan] Add recoverable mode."Mitch Phillips
2023-01-17[GWP-ASan] Add recoverable mode.Mitch Phillips
2021-09-27[gwp-asan] Initialize AllocatorVersionMagic at runtimeKostya Kortchinsky
2021-07-08[GWP-ASan] Change unreachable -> trap to work around DCE bug.android-s-beta-4android-s-beta-3android-s-beta-4Mitch Phillips
2021-02-10[GWP-ASan] Add aligned allocations.Mitch Phillips
2021-02-10Revert "[GWP-ASan] Add aligned allocations."Mitch Phillips
2021-02-10[GWP-ASan] Add locking around unwinder for atfork protection.Mitch Phillips
2021-02-10[GWP-ASan] Add aligned allocations.Mitch Phillips
2021-02-10[GWP-ASan] IWYU & clang-formatMitch Phillips
2020-12-04[GWP-ASan] Fix flaky test on FuchsiaKostya Kortchinsky
2020-11-19[GWP-ASan] Abstract the thread local variables accessKostya Kortchinsky
2020-11-19[GWP-ASan] Refactor memory mapping functionsKostya Kortchinsky
2020-11-19[GWP-ASan] Move random-related code in the allocator (redo)Kostya Kortchinsky
2020-11-19Revert "[GWP-ASan] Move random-related code in the allocator"Nikita Popov
2020-11-19[GWP-ASan] Move random-related code in the allocatorKostya Kortchinsky
2020-02-12[GWP-ASan] Update alignment on Android.Mitch Phillips
2020-02-06[GWP-ASan] Fix PRNG to use IE TLS.Mitch Phillips
2020-02-06[GWP-ASan] Fix unused variables from crash handler + clang-formatMitch Phillips
2020-02-06[GWP-ASan] Crash Handler API.Mitch Phillips
2020-02-03[GWP-ASan] Allow late initialisation if single-threaded.Mitch Phillips
2020-01-27[gwp-asan] Implement malloc_iterate.Evgenii Stepanov
2020-01-25[GWP-ASan] Add names to anonymous mappings.Mitch Phillips
2020-01-24[GWP-ASan] enable/disable and fork support.Evgenii Stepanov
2019-12-09[GWP-ASan] 32-bit test pointers, allow multi-init for test.Mitch Phillips
2019-11-25[GWP-ASan] Add GWP_ASAN_ prefix to macros.Mitch Phillips
2019-08-20[GWP-ASan] Fix typos.Mitch Phillips
2019-08-20[GWP-ASan] Implement stack frame compression.Mitch Phillips
2019-08-20[GWP-ASan] Update backtrace function signature.Mitch Phillips
2019-08-20Explicitly define __STDC_FORMAT_MACROS for PRIu64Mitch Phillips
2019-08-20[GWP-ASan] Add generic unwinders and structure backtrace output.Mitch Phillips
2019-08-20[GWP-ASan] Guard against recursive allocs. Pack TLS for perf.Mitch Phillips
2019-08-20Fixup files added in r362636 to build with gcc 5.4. NFCIDouglas Yung
2019-08-20[GWP-ASan] Core Guarded Pool Allocator [4].Mitch Phillips