Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |