| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | check if vm.overcommit_memory is set before building scalloc | Florian Fischer | 2019-08-11 | 1 | -0/+8 |
| | | | | | | | | Scalloc checks if it is allowed to overcommit memory at runtime and aborts. Calling abort() does not set an exit code and therefore does not trigger allocbenchs failure handling. To prevent crashing at runtime we now fail early. | ||||
| * | make bump pointer allocator available through src.allocators.bumpptr | Florian Fischer | 2019-08-11 | 1 | -0/+4 |
| | | |||||
| * | use libtbbmalloc_proxy which overwrites malloc | Florian Fischer | 2019-07-17 | 1 | -1/+1 |
| | | |||||
| * | fix tbbmalloc definition | Florian Fischer | 2019-07-03 | 1 | -1/+1 |
| | | |||||
| * | add default colors to included allocators | Florian Fischer | 2019-07-01 | 9 | -13/+18 |
| | | |||||
| * | add mimalloc definition | Florian Fischer | 2019-06-27 | 2 | -1/+27 |
| | | |||||
| * | add tbbmalloc definition | Florian Fischer | 2019-06-24 | 2 | -1/+26 |
| | | |||||
| * | fix all allocators collection | Florian Fischer | 2019-06-24 | 1 | -10/+3 |
| | | |||||
| * | add mesh and lockless_allocator definitions | Florian Fischer | 2019-06-24 | 4 | -2/+50 |
| | | |||||
| * | rework allocator definitions #2 | Florian Fischer | 2019-06-24 | 13 | -141/+135 |
| | | | | | | | | | bench.py no evals only if argument to -a is file path. Otherwise it will check if "arg".py is found in src/allocators/ then it imports it. Collection definitions must export a iterable member called allocators. Allocator definitions must export a member named "arg". | ||||
| * | fix name of tcmalloc source | Florian Fischer | 2019-06-17 | 1 | -1/+1 |
| | | |||||
| * | fix jemalloc, SuperMalloc and Hoard dirty builds | Florian Fischer | 2019-06-17 | 3 | -3/+3 |
| | | |||||
| * | reduce code duplication by giving each known allocator its own class | Florian Fischer | 2019-06-17 | 15 | -0/+327 |
| | | | | | also move allocator related code to src/allocators | ||||
| * | start moving allocator definitions to src/allocators | Florian Fischer | 2019-04-28 | 1 | -0/+27 |
