Searched refs:newEntry (Results 1 – 1 of 1) sorted by relevance
163 struct memEntry *newEntry = calloc(1, sizeof(struct memEntry)); in __tspi_add_mem_entry() local164 if (newEntry == NULL) { in __tspi_add_mem_entry()169 newEntry->memPointer = allocd_mem; in __tspi_add_mem_entry()173 __tspi_addEntry(tspContext, newEntry); in __tspi_add_mem_entry()188 struct memEntry *newEntry = NULL; in calloc_tspi() local202 newEntry = calloc(1, sizeof(struct memEntry)); in calloc_tspi()203 if (newEntry == NULL) { in calloc_tspi()209 newEntry->memPointer = calloc(1, howMuch); in calloc_tspi()210 if (newEntry->memPointer == NULL) { in calloc_tspi()212 free(newEntry); in calloc_tspi()[all …]