@@ -34,5 +34,10 @@ void* ref; kmcell* cell; } kmptr; +/* heap functions */ + +void* kmheapa(sz); +void kmheapf(void*); + #endif