OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numheaps
(Results
1 - 8
of
8
) sorted by null
/dalvik/vm/alloc/
HeapSource.cpp
142
size_t
numHeaps
;
222
for (/* i = i */; i < hs->
numHeaps
; i++) {
235
const size_t
numHeaps
= hs->
numHeaps
;
238
for (size_t i = 0; i <
numHeaps
; i++) {
328
if (hs->
numHeaps
!= 0) {
336
hs->
numHeaps
= 1;
349
if (hs->
numHeaps
>= HEAP_SOURCE_MAX_HEAP_COUNT) {
351
hs->
numHeaps
, HEAP_SOURCE_MAX_HEAP_COUNT);
393
memmove(&hs->heaps[1], &hs->heaps[0], hs->
numHeaps
* sizeof(hs->heaps[0]))
[
all
...]
DdmHeap.cpp
54
#define HPIF_SIZE(
numHeaps
) \
55
(sizeof(u4) + (
numHeaps
) * (5 * sizeof(u4) + sizeof(u1) + sizeof(u8)))
HeapSource.h
78
void dvmHeapSourceGetRegions(uintptr_t *base, uintptr_t *max, size_t
numHeaps
);
MarkSweep.cpp
922
size_t
numHeaps
, numSweepHeaps;
924
numHeaps
= dvmHeapSourceGetNumHeaps();
925
dvmHeapSourceGetRegions(base, max,
numHeaps
);
930
numSweepHeaps =
numHeaps
;
Copying.cpp
566
size_t
numHeaps
)
[
all
...]
/hardware/ti/omap3/dspbridge/libbridge/inc/
qosti_dspdecl.h
62
NUMHEAPS
/* Get number BIOS MEM segments with Heaps */
/hardware/ti/omap3/dspbridge/inc/
qosti_dspdecl.h
67
NUMHEAPS
/* Get number BIOS MEM segments with Heaps */
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java
123
int
numHeaps
= data.getInt();
125
for (int i = 0; i <
numHeaps
; i++) {
Completed in 95 milliseconds