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:SAMGR_Malloc
(Results
1 - 22
of
22
) sorted by relevance
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H
A
D
memory_adapter.c
17
void *
SAMGR_Malloc
(uint32 size)
in SAMGR_Malloc()
function
H
A
D
queue_adapter.c
31
LockFreeBlockQueue *queue = (LockFreeBlockQueue *)
SAMGR_Malloc
(sizeof(LockFreeBlockQueue));
in QUEUE_Create()
H
A
D
thread_adapter.c
29
pthread_mutex_t *mutex =
SAMGR_Malloc
(sizeof(pthread_mutex_t));
in MUTEX_InitValue()
H
A
D
lock_free_queue.c
31
register LockFreeQueue *queue = (LockFreeQueue *)
SAMGR_Malloc
(sizeof(LockFreeQueue) + total);
in LFQUE_Create()
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/
H
A
D
memory_adapter.c
18
void *
SAMGR_Malloc
(uint32 size)
in SAMGR_Malloc()
function
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/
H
A
D
memory_adapter.h
26
void *
SAMGR_Malloc
(uint32 size);
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H
A
D
feature.c
57
FeatureImpl *featureImpl = (FeatureImpl *)
SAMGR_Malloc
(sizeof(FeatureImpl));
in FEATURE_CreateInstance()
H
A
D
common.c
62
void **data = (void **)
SAMGR_Malloc
(sizeof(void *) * (vector->max + GROW_STEP));
in VECTOR_Add()
H
A
D
task_manager.c
52
TaskPool *taskPool = (TaskPool *)
SAMGR_Malloc
(sizeof(TaskPool) + sizeof(ThreadId) * size);
in SAMGR_CreateFixedTaskPool()
H
A
D
message.c
191
exchange->sharedRef = (uint32*)
SAMGR_Malloc
(sizeof(uint32));
in SharedSend()
H
A
D
service.c
27
ServiceImpl *impl = (ServiceImpl *)
SAMGR_Malloc
(sizeof(ServiceImpl));
in SAMGR_CreateServiceImpl()
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H
A
D
pub_sub_implement.c
63
Relation *newRelation = (Relation *)
SAMGR_Malloc
(sizeof(Relation));
in AddTopic()
102
ConsumerNode *consumerNode = (ConsumerNode *)
SAMGR_Malloc
(sizeof(ConsumerNode));
in Subscribe()
188
request.data = (uint8 *)
SAMGR_Malloc
(len);
in Publish()
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H
A
D
sa_store.c
73
fNode =
SAMGR_Malloc
(sizeof(FeatureNode));
in SASTORA_Save()
89
curNode =
SAMGR_Malloc
(sizeof(ListNode));
in SASTORA_Save()
124
PidHandle *newMap = (PidHandle *)
SAMGR_Malloc
(sizeof(PidHandle) * (saStore->mapSize + GROW_STEP));
in SASTORA_SaveHandleByPid()
H
A
D
endpoint_rpc.c
42
Endpoint *endpoint =
SAMGR_Malloc
(sizeof(Endpoint));
in SAMGR_CreateEndpoint()
81
Router *router =
SAMGR_Malloc
(sizeof(Router));
in SAMGR_AddRouter()
307
router->policy = (PolicyTrans *)
SAMGR_Malloc
(sizeof(PolicyTrans) * policyNum);
in AddPolicyToRouter()
H
A
D
client_factory.c
89
factory =
SAMGR_Malloc
(sizeof(Factory));
in SAMGR_RegisterFactory()
H
A
D
default_client_rpc.c
36
client =
SAMGR_Malloc
(sizeof(IDefaultClient));
in SAMGR_CreateIProxy()
63
client =
SAMGR_Malloc
(sizeof(IDefaultClient));
in SAMGR_CreateIRemoteProxy()
H
A
D
endpoint.c
86
Endpoint *endpoint =
SAMGR_Malloc
(sizeof(Endpoint));
in SAMGR_CreateEndpoint()
122
Router *router =
SAMGR_Malloc
(sizeof(Router));
in SAMGR_AddRouter()
339
router->policy = (PolicyTrans *)
SAMGR_Malloc
(sizeof(PolicyTrans) * policyNum);
in AddPolicyToRouter()
635
*policy = (PolicyTrans *)
SAMGR_Malloc
(sizeof(PolicyTrans) * (*policyNum));
in GetRemotePolicy()
H
A
D
samgr_small_ipc_adapter.c
76
IRegisterEpArg *registerEpArg =
SAMGR_Malloc
(sizeof(IRegisterEpArg));
in Listen()
338
*policy = (PolicyTrans *)
SAMGR_Malloc
(sizeof(PolicyTrans) * (*policyNum));
in GetRemotePolicy()
H
A
D
samgr_mini_ipc_adapter.c
149
*policy = (PolicyTrans *)
SAMGR_Malloc
(sizeof(PolicyTrans) * (*policyNum));
in GetRemotePolicy()
H
A
D
default_client.c
68
client =
SAMGR_Malloc
(sizeof(IDefaultClient));
in SAMGR_CreateIProxy()
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H
A
D
samgr_server_rpc.c
686
char *json = (char *)
SAMGR_Malloc
(size * sizeof(char));
in GetJsonStream()
738
SysCapImpl *impl = (SysCapImpl *)
SAMGR_Malloc
(sizeof(SysCapImpl));
in ParseSysCap()
H
A
D
samgr_server.c
576
char *json = (char *)
SAMGR_Malloc
(size * sizeof(char));
in GetJsonStream()
628
SysCapImpl *impl = (SysCapImpl *)
SAMGR_Malloc
(sizeof(SysCapImpl));
in ParseSysCap()
Completed in 12 milliseconds