OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeBytes
(Results
1 - 3
of
3
) sorted by null
/art/test/NativeAllocations/
NativeAllocations.java
21
static int
nativeBytes
= 0;
34
nativeBytes
+= bytes;
35
if (
nativeBytes
> maxMem) {
43
nativeBytes
-= bytes;
/dalvik/tests/098-native-allocations/src/
Main.java
21
static int
nativeBytes
= 0;
34
nativeBytes
+= bytes;
35
if (
nativeBytes
> maxMem) {
43
nativeBytes
-= bytes;
/dalvik/vm/alloc/
HeapSource.cpp
[
all
...]
Completed in 1576 milliseconds