Searched refs:AllocateRaw (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/slab/
H A Dallocator.cpp100 if (MemoryManager::AllocateRaw(size, flags, block) != B_OK)
118 if (MemoryManager::AllocateRaw(size, 0, block) != B_OK)
129 if (MemoryManager::AllocateRaw(SLAB_CHUNK_SIZE_SMALL, 0, block) != B_OK)
H A DMemoryManager.h51 static status_t AllocateRaw(size_t size, uint32 flags,
H A DObjectCache.cpp293 status_t result = MemoryManager::AllocateRaw(
H A DMemoryManager.cpp129 class AllocateRaw : public MemoryManagerTraceEntry { class in struct:MemoryManager::Tracing
131 AllocateRaw(size_t size, uint32 flags) function in class:MemoryManager::Tracing::AllocateRaw
598 MemoryManager::AllocateRaw(size_t size, uint32 flags, void*& _pages) function in class:MemoryManager
602 AbstractTraceEntryWithStackTrace* traceEntry = T(AllocateRaw(size, flags));
605 T(AllocateRaw(size, flags));
611 TRACE("MemoryManager::AllocateRaw(%" B_PRIuSIZE ", %#" B_PRIx32 ")\n", size,
685 TRACE("MemoryManager::AllocateRaw() done: %p (meta chunk: %d, chunk %d)\n",

Completed in 35 milliseconds