ada-runtime icon indicating copy to clipboard operation
ada-runtime copied to clipboard

Heap allocator

Open senier opened this issue 5 years ago • 0 comments

Implement allocator to enable use of new. On Linux, __gnat_malloc is implemented using malloc(). On Genode, env is passed to the runtime using a platform-specific interface (called by Genode-specific C++ platform code). On SPARK platforms the existing range allocator from secondary stack could be used.

senier avatar Oct 28 '19 09:10 senier