Implement ultra-primitive first-fit memory allocator
* does not actually manage memory, only addresses * for use in pe local memories
common/include/gen_mem.h
0 → 100644
common/src/Makefile
0 → 100644
common/src/gen_mem_test.c
0 → 100644