LargeAllocation
size_t Hash(LargeAllocation* value) const
bool Compare(void* key, LargeAllocation* value) const
LargeAllocation*& GetLink(LargeAllocation* value) const
LargeAllocation* allocation = new(std::nothrow) LargeAllocation;
LargeAllocation* allocation = sLargeAllocations.Lookup(address);
LargeAllocation* allocation = sLargeAllocations.Clear(true);
LargeAllocation* next = allocation->HashNext();
LargeAllocation* allocation = sLargeAllocations.Lookup(oldBuffer);
LargeAllocation*& HashNext()
LargeAllocation* fHashNext;
typedef LargeAllocation ValueType;