AllocateRaw
AllocateRaw(size_t size, uint32 flags)
AbstractTraceEntryWithStackTrace* traceEntry = T(AllocateRaw(size, flags));
T(AllocateRaw(size, flags));
static status_t AllocateRaw(size_t size, uint32 flags,
status_t result = MemoryManager::AllocateRaw(
if (MemoryManager::AllocateRaw(size, flags, block) != B_OK)
if (MemoryManager::AllocateRaw(size, 0, block) != B_OK)
if (MemoryManager::AllocateRaw(SLAB_CHUNK_SIZE_SMALL, 0, block) != B_OK)