ddc-core-llvm-0.4.2.1: Disciplined Disciple Compiler LLVM code generator.

Safe HaskellNone
LanguageHaskell98

DDC.Core.Llvm.Runtime

Synopsis

Documentation

nameGlobalHeapTop :: Name Source

Name of the global variable that points to the next byte that can be allocated.

varGlobalHeapTop :: Platform -> Var Source

Make the variable that points to the next byte that can be allocated.

nameGlobalHeapMax :: Name Source

Name of the global variable that points to the highest byte that can be allocated.

varGlobalHeapMax :: Platform -> Var Source

Make the variable that points to the highest byte that can be allocated.

nameGlobalMalloc :: Name Source

Name of the malloc function that is used to allocate the heap.