Searched defs:LargeAllocationHashDefinition (Results 1 – 1 of 1) sorted by relevance
217 struct LargeAllocationHashDefinition { struct218 typedef void* KeyType;219 typedef LargeAllocation ValueType;243 typedef BOpenHashTable<LargeAllocationHashDefinition> LargeAllocationHashTable; argument