OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dvmHeapSourceAlloc
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/alloc/
Copying.cpp
583
void *
dvmHeapSourceAlloc
(size_t length)
634
return
dvmHeapSourceAlloc
(size);
637
/* TODO: refactor along with
dvmHeapSourceAlloc
*/
646
addr =
dvmHeapSourceAlloc
(size);
[
all
...]
HeapSource.cpp
918
void*
dvmHeapSourceAlloc
(size_t n)
1004
void* ptr =
dvmHeapSourceAlloc
(n);
1024
void* ptr =
dvmHeapSourceAlloc
(n);
1035
ptr =
dvmHeapSourceAlloc
(n);
[
all
...]
Completed in 25 milliseconds