Searched refs:QatUtilsMemAllocInfoStruct (Results 1 – 1 of 1) sorted by relevance
38 } QatUtilsMemAllocInfoStruct; typedef50 QatUtilsMemAllocInfoStruct memInfo = { 0 }; in qatUtilsMemAllocContiguousNUMA()62 memInfo.mSize = size + alignment + sizeof(QatUtilsMemAllocInfoStruct); in qatUtilsMemAllocContiguousNUMA()67 (char *)memInfo.mAllocMemPtr + sizeof(QatUtilsMemAllocInfoStruct); in qatUtilsMemAllocContiguousNUMA()74 memcpy(((char *)pRet) - sizeof(QatUtilsMemAllocInfoStruct), in qatUtilsMemAllocContiguousNUMA()76 sizeof(QatUtilsMemAllocInfoStruct)); in qatUtilsMemAllocContiguousNUMA()84 QatUtilsMemAllocInfoStruct *memInfo = NULL; in qatUtilsMemFreeNUMA()87 (QatUtilsMemAllocInfoStruct *)((int8_t *)ptr - in qatUtilsMemFreeNUMA()88 sizeof(QatUtilsMemAllocInfoStruct)); in qatUtilsMemFreeNUMA()