Searched refs:infoRec (Results 1 – 1 of 1) sorted by relevance
42 RamDacRecPtr infoRec; in RamDacCreateInfoRec() local44 infoRec = calloc(1, sizeof(RamDacRec)); in RamDacCreateInfoRec()46 return infoRec; in RamDacCreateInfoRec()52 RamDacHelperRecPtr infoRec; in RamDacHelperCreateInfoRec() local54 infoRec = calloc(1, sizeof(RamDacHelperRec)); in RamDacHelperCreateInfoRec()56 return infoRec; in RamDacHelperCreateInfoRec()60 RamDacDestroyInfoRec(RamDacRecPtr infoRec) in RamDacDestroyInfoRec() argument62 free(infoRec); in RamDacDestroyInfoRec()66 RamDacHelperDestroyInfoRec(RamDacHelperRecPtr infoRec) in RamDacHelperDestroyInfoRec() argument68 free(infoRec); in RamDacHelperDestroyInfoRec()