lisp: replace sys_register with sys_alloc
Allows us to abstract allocation away, creating Lisps automatically.
This commit is contained in:
@@ -75,7 +75,7 @@ typedef struct
|
||||
} sys_t;
|
||||
|
||||
void sys_init(sys_t *);
|
||||
void sys_register(sys_t *, lisp_t *);
|
||||
lisp_t *sys_alloc(sys_t *, tag_t type);
|
||||
void sys_free(sys_t *);
|
||||
|
||||
// Debugging function: provides total memory usage from system.
|
||||
|
||||
Reference in New Issue
Block a user