Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [scudo][standalone] Fork support | Kostya Kortchinsky | 2020-01-14 | 1 | -3/+4 |
* | [scudo][standalone] Implement TSD registry disabling | Kostya Kortchinsky | 2019-12-20 | 1 | -0/+10 |
* | scudo: Add a basic malloc/free benchmark. | Peter Collingbourne | 2019-12-09 | 1 | -0/+1 |
* | scudo: Call setCurrentTSD(nullptr) when bringing down the TSD registry in tests. | Peter Collingbourne | 2019-11-27 | 1 | -0/+1 |
* | scudo: Only use the Android reserved TLS slot when building libc's copy of th... | Peter Collingbourne | 2019-11-20 | 1 | -4/+4 |
* | [scudo][standalone] Optimization pass | Kostya Kortchinsky | 2019-07-24 | 1 | -3/+2 |
* | [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid one | Kostya Kortchinsky | 2019-07-11 | 1 | -2/+2 |
* | [scudo] Correct a behavior on the shared TSD registry | Kostya Kortchinsky | 2019-06-25 | 1 | -3/+1 |
* | [scudo][standalone] Unmap memory in tests | Kostya Kortchinsky | 2019-06-11 | 1 | -0/+5 |
* | [scudo][standalone] Introduce the thread specific data structures | Kostya Kortchinsky | 2019-06-10 | 1 | -0/+166 |