OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllocations
(Results
1 - 7
of
7
) sorted by null
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeAllocationInfo.java
59
private final int
mAllocations
;
75
this.
mAllocations
= allocations;
105
return
mAllocations
;
170
if (mSize != mi.mSize ||
mAllocations
!= mi.
mAllocations
||
197
buffer.append(
mAllocations
);
205
buffer.append(mSize *
mAllocations
);
ClientData.java
188
private AllocationInfo[]
mAllocations
;
621
mAllocations
= allocs;
629
return
mAllocations
;
/frameworks/base/libs/rs/
rsMesh.h
37
Allocation **
mAllocations
;
rsFileA3D.cpp
315
cv->
mAllocations
= new Allocation *[cv->mAllocationCount];
319
cv->
mAllocations
[ct] = (Allocation *)mIndex[i].mRsObj;
/frameworks/base/include/binder/
MemoryHeapPmem.h
72
SortedVector< wp<MemoryPmem> >
mAllocations
;
/frameworks/base/libs/binder/
MemoryHeapPmem.cpp
174
mAllocations
.add(memory);
230
allocations =
mAllocations
;
244
mAllocations
.remove(memory);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java
164
private final ArrayList<NativeAllocationInfo>
mAllocations
=
262
Iterator<NativeAllocationInfo> iter =
mAllocations
.iterator();
263
int total =
mAllocations
.size();
584
mBackUpAllocations.addAll(
mAllocations
);
751
int total =
mAllocations
.size();
766
// Because the number of pages is not related to
mAllocations
.size() anymore
832
for (NativeAllocationInfo info :
mAllocations
) {
895
mAllocations
.clear();
896
mAllocations
.addAll(mClientData.getNativeAllocationList());
[
all
...]
Completed in 120 milliseconds