增加共享内存对象的支持
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
typedef struct mem_heap
|
||||
{
|
||||
uint32_t magic;
|
||||
union
|
||||
{
|
||||
char name[MEM_HEAP_NAME];
|
||||
};
|
||||
// union
|
||||
// {
|
||||
// char name[MEM_HEAP_NAME];
|
||||
// };
|
||||
struct mem_heap *next;
|
||||
struct mem_heap *prev;
|
||||
umword_t size;
|
||||
|
||||
Reference in New Issue
Block a user