Searched refs:memTable (Results 1 – 2 of 2) sorted by relevance
24 static struct memTable *27 struct memTable *table = NULL; in __tspi_createTable()32 table = calloc(1, sizeof(struct memTable)); in __tspi_createTable()34 LogError("malloc of %zd bytes failed.", sizeof(struct memTable)); in __tspi_createTable()41 struct memTable *44 struct memTable *tmp; in getTable()55 __tspi_addTable(struct memTable *new) in __tspi_addTable()57 struct memTable *tmp = SpiMemoryTable; in __tspi_addTable()79 struct memTable *tmp = getTable(tspContext); in __tspi_addEntry()109 struct memTable *prev = NULL, *index = NULL, *next = NULL; in __tspi_freeTable()[all …]
27 struct memTable { struct30 struct memTable *nextTable; argument35 struct memTable *SpiMemoryTable = NULL;