Searched defs:DeallocTgtPtrInfo (Results 1 – 1 of 1) sorted by relevance
429 struct DeallocTgtPtrInfo { struct431 void *HstPtrBegin;433 int64_t DataSize;435 bool ForceDelete;437 bool HasCloseModifier;439 DeallocTgtPtrInfo(void *HstPtr, int64_t Size, bool ForceDelete, in DeallocTgtPtrInfo() function