Right, I'm committing this session because I'm too cold and tired to go on.
It does not at present build (and it's going to take a good bit more work before it does).
This commit is contained in:
parent
f05d1af9d6
commit
6148d3699f
32 changed files with 364 additions and 309 deletions
|
|
@ -14,9 +14,10 @@
|
|||
|
||||
#include "memory/header.h"
|
||||
#include "memory/pointer.h"
|
||||
#include "memory/pso4.h"
|
||||
|
||||
// todo: issue #21: must have stack frame passed in.
|
||||
struct pso_pointer allocate( char *tag, uint8_t size_class );
|
||||
struct pso_pointer allocate( struct pso4 *stack_pointer, char *tag,
|
||||
uint8_t size_class );
|
||||
|
||||
struct pso_pointer dec_ref( struct pso_pointer pointer );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue