Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AllocMem
(Results
1 - 13
of
13
) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
co_routine_factory.cpp
22
return ffrt::QSimpleAllocator<CoRoutine>::
AllocMem
(stack_size);
in CoRoutineAllocMem()
H
A
D
scpuworker_manager.cpp
76
WaitUntilEntry* we = new (SimpleAllocator<WaitUntilEntry>::
AllocMem
()) WaitUntilEntry();
in AddDelayedTask()
/foundation/resourceschedule/ffrt/src/util/
H
A
D
init.cpp
38
return static_cast<ffrt::CPUEUTask*>(ffrt::SimpleAllocator<ffrt::SCPUEUTask>::
AllocMem
());
in ffrt_init()
H
A
D
slab.h
55
// 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
D
entity.cpp
27
auto version = new (SimpleAllocator<VersionCtx>::
AllocMem
()) VersionCtx(p, nullptr, nullptr);
in VA2Ctx()
H
A
D
version_ctx.cpp
109
last = new (SimpleAllocator<VersionCtx>::
AllocMem
()) VersionCtx(this->signature, this, prev);
in CreateChildVersion()
H
A
D
task.cpp
276
return ffrt::SimpleAllocator<ffrt::QueueTask>::
AllocMem
()->func_storage;
in ffrt_alloc_auto_managed_function_storage_base()
/foundation/resourceschedule/ffrt/src/dfx/watchdog/
H
A
D
watchdog_util.cpp
67
WaitUntilEntry* we = new (SimpleAllocator<WaitUntilEntry>::
AllocMem
()) WaitUntilEntry();
in SendTimeoutWatchdog()
/foundation/graphic/surface_lite/frameworks/
H
A
D
buffer_manager.cpp
126
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
D
mock_jpeg_hw_decode_flow.cpp
52
int32_t ret = bufferMgr_->
AllocMem
(alloc, handle);
in AllocOutputBuffer()
/foundation/resourceschedule/ffrt/src/queue/
H
A
D
queue_monitor.cpp
46
we_ = new (SimpleAllocator<WaitUntilEntry>::
AllocMem
()) WaitUntilEntry();
in QueueMonitor()
H
A
D
queue_handler.cpp
286
timeoutWe_ = new (SimpleAllocator<WaitUntilEntry>::
AllocMem
()) WaitUntilEntry();
in SetTimeoutMonitor()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
surface_buffer_impl.cpp
147
auto dRet = displayBuffer->
AllocMem
(info, handle_);
in Alloc()
151
BLOGE("
AllocMem
RegisterBuffer Failed with %{public}d", dRet);
in Alloc()
Completed in 12 milliseconds