| Struct KeyNode { char *Key[]; void *Value_pointer[];//address of value in NVM chips struct KeyNode *next;//point to the next KeyNode } |
| Struct KeyNode { char *Key[]; void *Value_pointer[];//address of value in NVM chips struct KeyNode *next;//point to the next KeyNode } |