OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocArray
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/oo/
Array.cpp
38
static ArrayObject*
allocArray
(ClassObject* arrayClass, size_t length,
82
return
allocArray
(arrayClass, length, kObjectArrayRefWidth,
158
newArray =
allocArray
(arrayClass, length, width, allocFlags);
184
newArray =
allocArray
(arrayClass, *dimensions,
207
newArray =
allocArray
(arrayClass, *dimensions, kObjectArrayRefWidth,
/external/srec/portable/src/
pmemory_ext.c
108
static void *
allocArray
[MAX_ALLOCATED_BLOCKS+1];
130
allocArray
[allocArrayCount] = memPtr;
151
if (
allocArray
[i] == memPtr)
160
allocArray
[j-1] =
allocArray
[j];
162
allocArray
[allocArrayCount] = NULL; /* clear out end of list */
178
void *memPtr =
allocArray
[i];
/external/bluetooth/bluez/tools/
sdptool.c
870
void **
allocArray
;
889
allocArray
= (void **)malloc(argc * sizeof(void *));
898
allocArray
[i] = value_uuid;
907
allocArray
[i] = value_int;
935
free(
allocArray
[i]);
939
free(
allocArray
);
[
all
...]
Completed in 93 milliseconds