summaryrefslogtreecommitdiff
path: root/rts/sm/HeapAlloc.h
Commit message (Expand)AuthorAgeFilesLines
* rts: Add missing const in HEAP_ALLOCED_GCBen Gamari2019-11-051-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Typos [ci skip]Gabor Greif2017-06-131-1/+1
* We define the `<XXX>_HOST_ARCH` to `1`, but never to `0`inMoritz Angermann2017-05-111-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* rts: Make function pointer parameters `const` where possibleErik de Castro Lopo2016-05-121-2/+2
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-2/+2
* rts: Make MBLOCK_SPACE_SIZE dynamicBen Gamari2015-10-301-15/+13
* RTS: Reduce MBLOCK_SPACE_SIZE on AArch64Erik de Castro Lopo2015-08-291-0/+5
* Two step allocator for 64-bit systemsGiovanni Campagna2015-07-221-0/+224