Home
last modified time | relevance | path

Searched defs:LargeAllocationHashDefinition (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/boot/loader/
H A Dheap.cpp217 struct LargeAllocationHashDefinition { struct
218 typedef void* KeyType;
219 typedef LargeAllocation ValueType;
243 typedef BOpenHashTable<LargeAllocationHashDefinition> LargeAllocationHashTable; argument