mes/scaffold
Jan Nieuwenhuizen 0685c9e7e8 mescc: Add brk, naive malloc.
* scaffold/mini-mes.c (gc_init_cells): Use malloc to init g_cells.
* scaffold/malloc.c: New file.
* GNUmakefile (malloc, guile-malloc): New targets.
* module/mes/libc-i386.mes (i386:brk): New function.
  (i386:libc): Add it.
* mlibc.c (brk): New function.
  (malloc): Use it.
  (realloc): New function.
* module/mes/libc.mes (malloc, realloc): New functions.
2017-04-02 12:31:15 +02:00
..
cons-mes.c mescc: Refactor libc. 2017-04-02 12:29:09 +02:00
m.c mescc: Refactor libc. 2017-04-02 12:29:09 +02:00
malloc.c mescc: Add brk, naive malloc. 2017-04-02 12:31:15 +02:00
micro-mes.c mescc: Refactor libc. 2017-04-02 12:29:09 +02:00
mini-mes.c mescc: Add brk, naive malloc. 2017-04-02 12:31:15 +02:00
t.c mescc: Struct by value assignment fixes. 2017-03-22 07:13:34 +01:00
tiny-mes.c mescc: Refactor libc. 2017-04-02 12:29:09 +02:00