Searched refs:aliasToAllocations (Results 1 – 1 of 1) sorted by relevance
225 aliasToAllocations[alloc] = allocationInterface; in prepare()232 aliasToAllocations[alias] = allocationInterface; in prepare()563 auto it = aliasToAllocations.find(alloc); in buildDealloc()564 if (it != aliasToAllocations.end()) { in buildDealloc()585 auto it = aliasToAllocations.find(alloc); in buildClone()586 if (it != aliasToAllocations.end()) { in buildClone()613 AliasAllocationMapT aliasToAllocations; member in __anonf063894c0211::BufferDeallocation