OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmHeapSourceAlloc
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/alloc/
HeapSource.h
110
void *
dvmHeapSourceAlloc
(size_t n);
138
* may be larger than the size passed to
dvmHeapSourceAlloc
().
Heap.cpp
198
ptr =
dvmHeapSourceAlloc
(size);
220
ptr =
dvmHeapSourceAlloc
(size);
HeapSource.cpp
918
void*
dvmHeapSourceAlloc
(size_t n)
1004
void* ptr =
dvmHeapSourceAlloc
(n);
1024
void* ptr =
dvmHeapSourceAlloc
(n);
1035
ptr =
dvmHeapSourceAlloc
(n);
[
all
...]
Copying.cpp
583
void *
dvmHeapSourceAlloc
(size_t length)
634
return
dvmHeapSourceAlloc
(size);
637
/* TODO: refactor along with
dvmHeapSourceAlloc
*/
646
addr =
dvmHeapSourceAlloc
(size);
[
all
...]
Completed in 30 milliseconds