Searched refs:sLargeAllocations (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/boot/loader/
H A Dheap.cpp250 static LargeAllocationHashTable sLargeAllocations; variable
275 sLargeAllocations.InsertUnchecked(allocation);
284 LargeAllocation* allocation = sLargeAllocations.Lookup(address);
288 sLargeAllocations.RemoveUnchecked(allocation);
424 if (sLargeAllocations.Init(64) != B_OK)
519 LargeAllocation* allocation = sLargeAllocations.Lookup(oldBuffer);

Completed in 84 milliseconds