OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAllocations
(Results
1 - 7
of
7
) sorted by null
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapDiffSnapshot.java
38
new HashSet<NativeAllocationInfo>(oldSnapshot.
getAllocations
());
39
commonAllocations.retainAll(newSnapshot.
getAllocations
());
48
new HashSet<NativeAllocationInfo>(newSnapshot.
getAllocations
());
49
allocations.removeAll(oldSnapshot.
getAllocations
());
NativeHeapProviderByAllocations.java
57
childCount =
getAllocations
().size();
67
item =
getAllocations
().get(index);
78
private List<NativeAllocationInfo>
getAllocations
() {
80
return mNativeHeapDump.
getAllocations
();
NativeHeapSnapshot.java
60
public List<NativeAllocationInfo>
getAllocations
() {
NativeLibraryAllocationInfo.java
67
public List<NativeAllocationInfo>
getAllocations
() {
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ClientData.java
626
public synchronized AllocationInfo[]
getAllocations
() {
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java
431
public Iterator<NativeAllocationInfo>
getAllocations
() {
[
all
...]