summaryrefslogtreecommitdiff
path: root/lib/gwp_asan/guarded_pool_allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [GWP-ASan] Fix typos.Mitch Phillips2019-08-201-3/+3
* [GWP-ASan] Implement stack frame compression.Mitch Phillips2019-08-151-12/+32
* [GWP-ASan] Update backtrace function signature.Mitch Phillips2019-08-121-15/+18
* Explicitly define __STDC_FORMAT_MACROS for PRIu64Mitch Phillips2019-07-111-0/+6
* [GWP-ASan] Add generic unwinders and structure backtrace output.Mitch Phillips2019-07-021-82/+128
* [GWP-ASan] Guard against recursive allocs. Pack TLS for perf.Mitch Phillips2019-06-251-4/+29
* Fixup files added in r362636 to build with gcc 5.4. NFCIDouglas Yung2019-06-061-11/+11
* [GWP-ASan] Core Guarded Pool Allocator [4].Mitch Phillips2019-06-051-0/+433