Searched refs:AllocationEntry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/slab/
H A DMemoryManager.h143 struct AllocationEntry { struct in class:MemoryManager
229 static AllocationEntry* sAllocationEntryCanWait;
230 static AllocationEntry* sAllocationEntryDontWait;
H A DMemoryManager.cpp55 MemoryManager::AllocationEntry* MemoryManager::sAllocationEntryCanWait;
56 MemoryManager::AllocationEntry* MemoryManager::sAllocationEntryDontWait;
977 AllocationEntry* allocationEntry = NULL;
995 AllocationEntry*& allocationEntry
999 AllocationEntry myResizeEntry;

Completed in 36 milliseconds