Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #187: Remove solaris conditional code. | wolfbeast | 2019-03-30 | -25/+2 |
| | ||||
* | Revert "Switch to using a single memory allocation arena" | wolfbeast | 2018-09-01 | -1/+1 |
| | | | | This reverts commit 4ceb21241eacac2911f2fed846359215870f121f. | |||
* | Switch to using a single memory allocation arena | wolfbeast | 2018-08-25 | -1/+1 |
| | ||||
* | Remove MOZ_WIDGET_GONK [2/2] | wolfbeast | 2018-05-13 | -5/+0 |
| | | | | Tag #288 | |||
* | Use slim reader/writer locks instead of critical sections. | wolfbeast | 2018-04-28 | -13/+8 |
| | ||||
* | Remove the unused and rudimentary arena load balancer. | wolfbeast | 2018-04-28 | -252/+4 |
| | | | | | Lock contention is not something we'd easily have to deal with in our application. This simplifies our code. | |||
* | Make our allocator use multiple arenas based on number of CPU cores. | wolfbeast | 2018-04-28 | -21/+19 |
| | ||||
* | Remove single-threaded considerations. | wolfbeast | 2018-04-27 | -52/+30 |
| | | | | We assume our applications are always going to have multithreaded access to the malloc. | |||
* | Update credits in BSD-licensed files. | wolfbeast | 2018-04-27 | -1/+1 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+7188 |