Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rts: Encapsulate block allocator spinlock | Ben Gamari | 2023-03-08 | 1 | -2/+2 |
* | rts: make it possible to change mblock size on 32-bit targets | Cheng Shao | 2023-02-14 | 1 | -2/+1 |
* | rts: Add missing const in HEAP_ALLOCED_GC | Ben Gamari | 2019-11-05 | 1 | -1/+1 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 1 | -1/+1 |
* | Typos [ci skip] | Gabor Greif | 2017-06-13 | 1 | -1/+1 |
* | We define the `<XXX>_HOST_ARCH` to `1`, but never to `0`in | Moritz Angermann | 2017-05-11 | 1 | -1/+1 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 1 | -4/+1 |
* | rts: Make function pointer parameters `const` where possible | Erik de Castro Lopo | 2016-05-12 | 1 | -2/+2 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -2/+2 |
* | rts: Make MBLOCK_SPACE_SIZE dynamic | Ben Gamari | 2015-10-30 | 1 | -15/+13 |
* | RTS: Reduce MBLOCK_SPACE_SIZE on AArch64 | Erik de Castro Lopo | 2015-08-29 | 1 | -0/+5 |
* | Two step allocator for 64-bit systems | Giovanni Campagna | 2015-07-22 | 1 | -0/+224 |