Home
last modified time | relevance | path

Searched refs:MapNode (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/utils/src/
Dhdf_map.c18 struct MapNode { struct
23 struct MapNode *next; argument
50 static void MapAddNode(Map *map, struct MapNode *node) in MapAddNode()
60 struct MapNode **nodes = NULL; in MapResize()
61 struct MapNode **tmp = NULL; in MapResize()
64 nodes = (struct MapNode **)OsalMemCalloc(size * sizeof(*nodes)); in MapResize()
75 struct MapNode *node = NULL; in MapResize()
76 struct MapNode *next = NULL; in MapResize()
94 static struct MapNode *MapCreateNode(const char *key, uint32_t hash, in MapCreateNode()
98 struct MapNode *node = (struct MapNode *)OsalMemCalloc(sizeof(*node) + keySize + valueSize); in MapCreateNode()
[all …]
/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_map.h18 struct MapNode;
21 struct MapNode **nodes; /**< Map node bucket */