libk  Diff

Differences From Artifact [551899b415]:

To Artifact [ace4d63e01]:


    31     31   typedef struct kmptr {
    32     32   	kmkind kind;
    33     33   	kmshred shred;
    34     34   	void* ref;
    35     35   	kmcell* cell;
    36     36   } kmptr;
    37     37   
           38  +/* heap functions */
           39  +
           40  +void* kmheapa(sz);
           41  +void  kmheapf(void*);
           42  +
    38     43   #endif