Home
last modified time | relevance | path

Searched refs:AllocMem (Results 1 - 13 of 13) sorted by relevance

/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine_factory.cpp22 return ffrt::QSimpleAllocator<CoRoutine>::AllocMem(stack_size); in CoRoutineAllocMem()
H A Dscpuworker_manager.cpp76 WaitUntilEntry* we = new (SimpleAllocator<WaitUntilEntry>::AllocMem()) WaitUntilEntry(); in AddDelayedTask()
/foundation/resourceschedule/ffrt/src/util/
H A Dinit.cpp38 return static_cast<ffrt::CPUEUTask*>(ffrt::SimpleAllocator<ffrt::SCPUEUTask>::AllocMem()); in ffrt_init()
H A Dslab.h55 // NOTE: call constructor after AllocMem
56 static T* AllocMem() in AllocMem() function in ffrt::SimpleAllocator
307 static T* AllocMem(std::size_t size = sizeof(T)) in AllocMem() function in ffrt::QSimpleAllocator
/foundation/resourceschedule/ffrt/src/core/
H A Dentity.cpp27 auto version = new (SimpleAllocator<VersionCtx>::AllocMem()) VersionCtx(p, nullptr, nullptr); in VA2Ctx()
H A Dversion_ctx.cpp109 last = new (SimpleAllocator<VersionCtx>::AllocMem()) VersionCtx(this->signature, this, prev); in CreateChildVersion()
H A Dtask.cpp276 return ffrt::SimpleAllocator<ffrt::QueueTask>::AllocMem()->func_storage; in ffrt_alloc_auto_managed_function_storage_base()
/foundation/resourceschedule/ffrt/src/dfx/watchdog/
H A Dwatchdog_util.cpp67 WaitUntilEntry* we = new (SimpleAllocator<WaitUntilEntry>::AllocMem()) WaitUntilEntry(); in SendTimeoutWatchdog()
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_manager.cpp126 if ((grallocFucs_->AllocMem == nullptr) || (grallocFucs_->AllocMem(&info, &bufferHandle) != DISPLAY_SUCCESS)) { in AllocBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp52 int32_t ret = bufferMgr_->AllocMem(alloc, handle); in AllocOutputBuffer()
/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.cpp46 we_ = new (SimpleAllocator<WaitUntilEntry>::AllocMem()) WaitUntilEntry(); in QueueMonitor()
H A Dqueue_handler.cpp286 timeoutWe_ = new (SimpleAllocator<WaitUntilEntry>::AllocMem()) WaitUntilEntry(); in SetTimeoutMonitor()
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp147 auto dRet = displayBuffer->AllocMem(info, handle_); in Alloc()
151 BLOGE("AllocMem RegisterBuffer Failed with %{public}d", dRet); in Alloc()

Completed in 12 milliseconds